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/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
#
asgiref==3.11.0 # via -r requirements/testing.txt, django
astroid==4.0.3 # via -r requirements/testing.txt, pylint
dill==0.4.0 # via -r requirements/testing.txt, pylint
dill==0.4.1 # via -r requirements/testing.txt, pylint
django==5.2.10 # via -c requirements/common_constraints.txt, -r requirements/testing.txt
iniconfig==2.3.0 # via -r requirements/testing.txt, pytest
isort==7.0.0 # via -r requirements/testing.txt, pylint
mccabe==0.7.0 # via -r requirements/testing.txt, pylint
packaging==25.0 # via -r requirements/testing.txt, pytest
packaging==26.0 # via -r requirements/testing.txt, pytest
platformdirs==4.5.1 # via -r requirements/testing.txt, pylint
pluggy==1.6.0 # via -r requirements/testing.txt, pytest
pycodestyle==2.14.0 # via -r requirements/testing.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==1.4.0 # via pip-tools
click==8.3.1 # via pip-tools
packaging==25.0 # via build
packaging==26.0 # via build, wheel
pip-tools==7.5.2 # via -r requirements/pip_tools.in
pyproject-hooks==1.2.0 # via build, pip-tools
wheel==0.45.1 # via pip-tools
wheel==0.46.3 # via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==25.3 # via pip-tools
setuptools==80.9.0 # via pip-tools
setuptools==80.10.2 # via pip-tools
4 changes: 2 additions & 2 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
asgiref==3.11.0 # via django
astroid==4.0.3 # via pylint
dill==0.4.0 # via pylint
dill==0.4.1 # via pylint
iniconfig==2.3.0 # via pytest
isort==7.0.0 # via -r requirements/testing.in, pylint
mccabe==0.7.0 # via pylint
packaging==25.0 # via pytest
packaging==26.0 # via pytest
platformdirs==4.5.1 # via pylint
pluggy==1.6.0 # via pytest
pycodestyle==2.14.0 # via -r requirements/testing.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# make upgrade
#
cachetools==6.2.4 # via tox
cachetools==6.2.5 # via tox
chardet==5.2.0 # via tox
colorama==0.4.6 # via tox
distlib==0.4.0 # via virtualenv
filelock==3.20.3 # via tox, virtualenv
packaging==25.0 # via pyproject-api, tox
packaging==26.0 # via pyproject-api, tox
platformdirs==4.5.1 # via tox, virtualenv
pluggy==1.6.0 # via tox
pyproject-api==1.10.0 # via tox
Expand Down