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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ multidict==6.4.3
# via
# -r requirements/runtime-deps.in
# yarl
packaging==24.2
packaging==25.0
# via gunicorn
propcache==0.3.1
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gidgethub==5.3.0
# via cherry-picker
gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.9
identify==2.6.10
# via pre-commit
idna==3.6
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
packaging==24.2
packaging==25.0
# via
# build
# gunicorn
Expand Down Expand Up @@ -296,7 +296,7 @@ zlib-ng==0.5.1
# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
# via pip-tools
setuptools==78.1.0
setuptools==79.0.0
# via
# incremental
# pip-tools
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gidgethub==5.3.0
# via cherry-picker
gunicorn==23.0.0
# via -r requirements/base.in
identify==2.6.9
identify==2.6.10
# via pre-commit
idna==3.6
# via
Expand Down Expand Up @@ -123,7 +123,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
packaging==24.2
packaging==25.0
# via
# build
# gunicorn
Expand Down Expand Up @@ -287,7 +287,7 @@ zlib-ng==0.5.1
# The following packages are considered to be unsafe in a requirements file:
pip==25.0.1
# via pip-tools
setuptools==78.1.0
setuptools==79.0.0
# via
# incremental
# pip-tools
4 changes: 2 additions & 2 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jinja2==3.1.6
# towncrier
markupsafe==3.0.2
# via jinja2
packaging==24.2
packaging==25.0
# via sphinx
pyenchant==3.2.2
# via sphinxcontrib-spelling
Expand Down Expand Up @@ -76,5 +76,5 @@ urllib3==2.4.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==78.1.0
setuptools==79.0.0
# via incremental
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jinja2==3.1.6
# towncrier
markupsafe==3.0.2
# via jinja2
packaging==24.2
packaging==25.0
# via sphinx
pygments==2.19.1
# via sphinx
Expand Down Expand Up @@ -69,5 +69,5 @@ urllib3==2.4.0
# via requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==78.1.0
setuptools==79.0.0
# via incremental
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ forbiddenfruit==0.1.4
# via blockbuster
freezegun==1.5.1
# via -r requirements/lint.in
identify==2.6.9
identify==2.6.10
# via pre-commit
idna==3.7
# via trustme
Expand All @@ -51,7 +51,7 @@ mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
packaging==24.2
packaging==25.0
# via pytest
platformdirs==4.3.7
# via virtualenv
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ mypy==1.15.0 ; implementation_name == "cpython"
# via -r requirements/test.in
mypy-extensions==1.0.0
# via mypy
packaging==24.2
packaging==25.0
# via
# gunicorn
# pytest
Expand Down
Loading