Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.17.0
# -r requirements/doc.txt
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -85,7 +85,7 @@ dnspython==2.8.0
# via
# -r requirements/doc.txt
# pymongo
docutils==0.21.2
docutils==0.22.3
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand All @@ -102,7 +102,7 @@ filelock==3.20.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.148.2
hypothesis==6.148.3
# via -r requirements/doc.txt
idna==3.11
# via
Expand All @@ -125,6 +125,10 @@ jinja2==3.1.6
# -r requirements/doc.txt
# code-annotations
# sphinx
librt==0.6.3
# via
# -r requirements/doc.txt
# mypy
markupsafe==3.0.3
# via
# -r requirements/doc.txt
Expand All @@ -135,7 +139,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/doc.txt
mypy==1.18.2
mypy==1.19.0
# via -r requirements/doc.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -244,7 +248,7 @@ requests==2.32.5
# via
# -r requirements/doc.txt
# sphinx
roman-numerals-py==3.1.0
roman-numerals==3.1.0
# via
# -r requirements/doc.txt
# sphinx
Expand All @@ -264,7 +268,7 @@ soupsieve==2.8
# via
# -r requirements/doc.txt
# beautifulsoup4
sphinx==8.2.3
sphinx==9.0.0
# via
# -r requirements/doc.txt
# pydata-sphinx-theme
Expand Down
8 changes: 6 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.2
hypothesis==6.148.3
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -57,6 +57,10 @@ jinja2==3.1.6
# via
# -r requirements/test.txt
# code-annotations
librt==0.6.3
# via
# -r requirements/test.txt
# mypy
markupsafe==3.0.3
# via
# -r requirements/test.txt
Expand All @@ -67,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.18.2
mypy==1.19.0
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down
16 changes: 10 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.14.2
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2025.11.12
# via requests
Expand Down Expand Up @@ -51,7 +51,7 @@ dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
docutils==0.21.2
docutils==0.22.3
# via
# pydata-sphinx-theme
# readme-renderer
Expand All @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.148.2
hypothesis==6.148.3
# via -r requirements/test.txt
idna==3.11
# via requests
Expand All @@ -81,6 +81,10 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# sphinx
librt==0.6.3
# via
# -r requirements/test.txt
# mypy
markupsafe==3.0.3
# via
# -r requirements/test.txt
Expand All @@ -91,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.18.2
mypy==1.19.0
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -173,7 +177,7 @@ readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.5
# via sphinx
roman-numerals-py==3.1.0
roman-numerals==3.1.0
# via sphinx
six==1.17.0
# via
Expand All @@ -187,7 +191,7 @@ sortedcontainers==2.4.0
# hypothesis
soupsieve==2.8
# via beautifulsoup4
sphinx==8.2.3
sphinx==9.0.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand Down
6 changes: 4 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,23 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.148.2
hypothesis==6.148.3
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
isort==6.1.0
# via pylint
jinja2==3.1.6
# via code-annotations
librt==0.6.3
# via mypy
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
mypy==1.18.2
mypy==1.19.0
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
Expand Down