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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ coverage==7.13.5
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.25.2
filelock==3.29.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
packaging==26.1
# via
# pyproject-api
# tox
Expand All @@ -36,7 +36,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.1
tox==4.53.0
# via -r requirements/ci.in
virtualenv==21.2.1
virtualenv==21.2.4
# via tox
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ execnet==2.1.2
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.25.2
filelock==3.29.0
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
hypothesis==6.151.12
hypothesis==6.152.1
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -136,7 +136,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/doc.txt
mypy==1.20.0
mypy==1.20.1
# via -r requirements/doc.txt
mypy-extensions==1.1.0
# via
Expand All @@ -146,7 +146,7 @@ nh3==0.3.4
# via
# -r requirements/doc.txt
# readme-renderer
packaging==26.0
packaging==26.1
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -318,7 +318,7 @@ tomlkit==0.14.0
# via
# -r requirements/doc.txt
# pylint
tox==4.52.1
tox==4.53.0
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -330,7 +330,7 @@ urllib3==2.6.3
# via
# -r requirements/doc.txt
# requests
virtualenv==21.2.1
virtualenv==21.2.4
# via
# -r requirements/ci.txt
# tox
Expand Down
6 changes: 3 additions & 3 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.151.12
hypothesis==6.152.1
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -71,13 +71,13 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.20.0
mypy==1.20.1
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
packaging==26.0
packaging==26.1
# via
# -r requirements/test.txt
# pytest
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.151.12
hypothesis==6.152.1
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -95,15 +95,15 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.20.0
mypy==1.20.1
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
nh3==0.3.4
# via readme-renderer
packaging==26.0
packaging==26.1
# via
# -r requirements/test.txt
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
packaging==26.0
packaging==26.1
# via
# build
# wheel
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
packaging==26.0
packaging==26.1
# via wheel
wheel==0.46.3
# via -r requirements/pip.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ edx-lint==6.0.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.151.12
hypothesis==6.152.1
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand All @@ -49,11 +49,11 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
mypy==1.20.0
mypy==1.20.1
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
packaging==26.0
packaging==26.1
# via pytest
pathspec==1.0.4
# via mypy
Expand Down