Skip to content
Closed
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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ filelock==3.20.3
# -r requirements/tox.txt
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# -r requirements/tox.txt
# pyproject-api
Expand Down
10 changes: 6 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ 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
wheel==0.46.2
# 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
setuptools==80.10.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==4.0.3
# via pylint
coverage==7.13.1
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via pylint
django==5.2.10
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down