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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
coverage==7.9.2
# via -r requirements/ci.in
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
# via
Expand All @@ -30,7 +30,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.27.0
tox==4.28.0
# via -r requirements/ci.in
virtualenv==20.31.2
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cachetools==6.1.0
# via
# -r requirements/ci.txt
# tox
certifi==2025.7.9
certifi==2025.7.14
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -81,7 +81,7 @@ dill==0.4.0
# via
# -r requirements/doc.txt
# pylint
distlib==0.3.9
distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
Expand All @@ -106,7 +106,7 @@ filelock==3.18.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.135.29
hypothesis==6.136.1
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -139,13 +139,13 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/doc.txt
mypy==1.16.1
mypy==1.17.0
# via -r requirements/doc.txt
mypy-extensions==1.1.0
# via
# -r requirements/doc.txt
# mypy
nh3==0.2.21
nh3==0.3.0
# via
# -r requirements/doc.txt
# readme-renderer
Expand Down Expand Up @@ -315,7 +315,7 @@ tomlkit==0.13.3
# via
# -r requirements/doc.txt
# pylint
tox==4.27.0
tox==4.28.0
# via -r requirements/ci.txt
typing-extensions==4.14.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.135.29
hypothesis==6.136.1
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand All @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.16.1
mypy==1.17.0
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
certifi==2025.7.9
certifi==2025.7.14
# via requests
charset-normalizer==3.4.2
# via requests
Expand Down Expand Up @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.135.29
hypothesis==6.136.1
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -95,13 +95,13 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.16.1
mypy==1.17.0
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.2.21
nh3==0.3.0
# via readme-renderer
packaging==25.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.135.29
hypothesis==6.136.1
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand All @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
mypy==1.16.1
mypy==1.17.0
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
Expand Down