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-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multidict==6.7.0
# via
# -r requirements/runtime-deps.in
# yarl
packaging==25.0
packaging==26.0
# via gunicorn
propcache==0.4.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ multidict==6.7.0
# via
# -r requirements/runtime-deps.in
# yarl
packaging==25.0
packaging==26.0
# via gunicorn
propcache==0.4.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mypy-extensions==1.1.0
# via mypy
nodeenv==1.10.0
# via pre-commit
packaging==25.0
packaging==26.0
# via
# build
# gunicorn
Expand Down Expand Up @@ -279,7 +279,7 @@ virtualenv==20.36.1
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common.in
wheel==0.46.0
wheel==0.46.2
# via pip-tools
yarl==1.22.0
# via -r requirements/runtime-deps.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ mypy-extensions==1.1.0
# via mypy
nodeenv==1.10.0
# via pre-commit
packaging==25.0
packaging==26.0
# via
# build
# gunicorn
Expand Down Expand Up @@ -269,7 +269,7 @@ virtualenv==20.36.1
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common.in
wheel==0.46.0
wheel==0.46.2
# via pip-tools
yarl==1.22.0
# via -r requirements/runtime-deps.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe --output-file=requirements/doc-spelling.txt --strip-extras requirements/doc-spelling.in
#
aiohttp-theme==0.1.7
# via -r doc.in
# via -r requirements/doc.in
alabaster==1.0.0
# via sphinx
babel==2.17.0
Expand All @@ -28,7 +28,7 @@ jinja2==3.1.6
# towncrier
markupsafe==3.0.3
# via jinja2
packaging==25.0
packaging==26.0
# via sphinx
pyenchant==3.3.0
# via sphinxcontrib-spelling
Expand All @@ -42,7 +42,7 @@ snowballstemmer==3.0.1
# via sphinx
sphinx==8.1.3
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-spelling
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==2.0.0
Expand All @@ -58,16 +58,16 @@ sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-spelling==8.0.2 ; platform_system != "Windows"
# via -r doc-spelling.in
# via -r requirements/doc-spelling.in
sphinxcontrib-towncrier==0.5.0a0
# via -r doc.in
# via -r requirements/doc.in
tomli==2.3.0
# via
# sphinx
# towncrier
towncrier==25.8.0
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.6.3
# via requests
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# pip-compile --allow-unsafe --output-file=requirements/doc.txt --resolver=backtracking --strip-extras requirements/doc.in
#
aiohttp-theme==0.1.7
# via -r doc.in
# via -r requirements/doc.in
alabaster==1.0.0
# via sphinx
babel==2.17.0
Expand All @@ -28,7 +28,7 @@ jinja2==3.1.6
# towncrier
markupsafe==3.0.3
# via jinja2
packaging==25.0
packaging==26.0
# via sphinx
pygments==2.19.2
# via sphinx
Expand All @@ -38,7 +38,7 @@ snowballstemmer==3.0.1
# via sphinx
sphinx==8.1.3
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -53,14 +53,14 @@ sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-towncrier==0.5.0a0
# via -r doc.in
# via -r requirements/doc.in
tomli==2.3.0
# via
# sphinx
# towncrier
towncrier==25.8.0
# via
# -r doc.in
# -r requirements/doc.in
# sphinxcontrib-towncrier
urllib3==2.6.3
# via requests
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ mypy-extensions==1.1.0
# via mypy
nodeenv==1.10.0
# via pre-commit
packaging==25.0
packaging==26.0
# via pytest
pathspec==1.0.3
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mypy==1.19.1 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
packaging==25.0
packaging==26.0
# via pytest
pathspec==1.0.3
# via mypy
Expand Down
2 changes: 1 addition & 1 deletion requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mypy==1.19.1 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
packaging==25.0
packaging==26.0
# via
# gunicorn
# pytest
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ mypy==1.19.1 ; implementation_name == "cpython"
# via -r requirements/test-common.in
mypy-extensions==1.1.0
# via mypy
packaging==25.0
packaging==26.0
# via
# gunicorn
# pytest
Expand Down
Loading