Skip to content

Commit

Permalink
[#18] fix Sphinx dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Floris272 committed Feb 24, 2025
1 parent 73eb71f commit b313499
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/installation/config/openproducten_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Register notification channels
==============================

Open Producten
---------
--------------

Before notifications can be sent to ``kanalen`` in Open Notificaties, these ``kanalen``
must first be registered via Open Producten.
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ django-appconf==1.1.0
# via
# django-log-outgoing-requests
# django-timeline-logger
django-axes==7.0.1
django-axes==7.0.2
# via open-api-framework
django-celery-beat==2.7.0
# via -r requirements/base.in
Expand Down Expand Up @@ -303,7 +303,7 @@ pydantic==2.10.6
# pydantic-settings
pydantic-core==2.27.2
# via pydantic
pydantic-settings==2.7.1
pydantic-settings==2.8.0
# via django-setup-configuration
pygments==2.19.1
# via django-markup
Expand Down Expand Up @@ -361,7 +361,7 @@ requests==2.32.3
# zgw-consumers
requests-mock==1.12.1
# via commonground-api-common
rpds-py==0.22.3
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# ./bin/compile_dependencies.sh
alabaster==1.0.0
alabaster==0.7.16
# via sphinx
amqp==5.3.1
# via
Expand Down Expand Up @@ -210,7 +210,7 @@ django-appconf==1.1.0
# -r requirements/base.txt
# django-log-outgoing-requests
# django-timeline-logger
django-axes==7.0.1
django-axes==7.0.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -626,7 +626,7 @@ pydantic-core==2.27.2
# -c requirements/base.txt
# -r requirements/base.txt
# pydantic
pydantic-settings==2.7.1
pydantic-settings==2.8.0
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -750,7 +750,7 @@ requests-mock==1.12.1
# -r requirements/base.txt
# -r requirements/test-tools.in
# commonground-api-common
rpds-py==0.22.3
rpds-py==0.23.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -787,14 +787,14 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.0.2
sphinx==7.4.0
# via
# -r requirements/test-tools.in
# recommonmark
# sphinx-rtd-theme
# sphinx-tabs
# sphinxcontrib-jquery
sphinx-markdown-tables==0.0.15
sphinx-markdown-tables==0.0.17
# via -r requirements/test-tools.in
sphinx-rtd-theme==3.0.2
# via -r requirements/test-tools.in
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# ./bin/compile_dependencies.sh
alabaster==1.0.0
alabaster==0.7.16
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -82,7 +82,7 @@ boltons==25.0.0
# glom
bracex==2.5.post1
# via wcmatch
bump-my-version==0.32.1
bump-my-version==0.32.2
# via -r requirements/dev.in
cbor2==5.6.5
# via
Expand Down Expand Up @@ -250,7 +250,7 @@ django-appconf==1.1.0
# -r requirements/ci.txt
# django-log-outgoing-requests
# django-timeline-logger
django-axes==7.0.1
django-axes==7.0.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -729,7 +729,7 @@ pydantic-core==2.27.2
# -c requirements/ci.txt
# -r requirements/ci.txt
# pydantic
pydantic-settings==2.7.1
pydantic-settings==2.8.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -871,9 +871,9 @@ rich==13.9.4
# via
# bump-my-version
# rich-click
rich-click==1.8.5
rich-click==1.8.6
# via bump-my-version
rpds-py==0.22.3
rpds-py==0.23.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -920,15 +920,15 @@ soupsieve==2.6
# -c requirements/ci.txt
# -r requirements/ci.txt
# beautifulsoup4
sphinx==8.0.2
sphinx==7.4.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# recommonmark
# sphinx-rtd-theme
# sphinx-tabs
# sphinxcontrib-jquery
sphinx-markdown-tables==0.0.15
sphinx-markdown-tables==0.0.17
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/test-tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ isort
# Documentation
pytest
recommonmark
sphinx
sphinx-markdown-tables==0.0.15
sphinx==7.4.0
sphinx-markdown-tables
sphinx-rtd-theme
sphinxcontrib-applehelp==1.0.1
sphinxcontrib-devhelp==1.0.1
Expand Down

0 comments on commit b313499

Please sign in to comment.