Skip to content
Open
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 @@ -24,7 +24,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==26.0.0
# via -r requirements/base-ft.in
idna==3.16
idna==3.17
# via yarl
multidict==6.7.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 @@ -24,7 +24,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==26.0.0
# via -r requirements/base.in
idna==3.16
idna==3.17
# via yarl
multidict==6.7.1
# via
Expand Down
17 changes: 9 additions & 8 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiohttp-theme==0.1.7
# via -r requirements/doc.in
aiosignal==1.4.0
Expand Down Expand Up @@ -100,7 +102,7 @@ gunicorn==26.0.0
# via -r requirements/base.in
identify==2.6.19
# via pre-commit
idna==3.16
idna==3.17
# via
# requests
# trustme
Expand Down Expand Up @@ -157,12 +159,10 @@ packaging==26.2
# wheel
pathspec==1.1.1
# via mypy
pip==26.1.1
# via pip-tools
pip-tools==7.5.3
# via -r requirements/dev.in
pkgconfig==1.6.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
platformdirs==4.10.0
# via
# python-discovery
Expand Down Expand Up @@ -215,7 +215,7 @@ pytest==9.0.3
pytest-aiohttp==1.1.0
# via
# -r requirements/lint.in
# -r requirements/test-common.in
# -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -251,8 +251,6 @@ requests==2.34.2
# sphinxcontrib-spelling
rich==15.0.0
# via pytest-codspeed
setuptools==82.0.1
# via pip-tools
setuptools-git==1.2
# via -r requirements/test-common-base.in
six==1.17.0
Expand Down Expand Up @@ -344,4 +342,7 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
pip==26.1.1
# via pip-tools
setuptools==82.0.1
# via pip-tools
17 changes: 9 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiohttp-theme==0.1.7
# via -r requirements/doc.in
aiosignal==1.4.0
Expand Down Expand Up @@ -98,7 +100,7 @@ gunicorn==26.0.0
# via -r requirements/base.in
identify==2.6.19
# via pre-commit
idna==3.16
idna==3.17
# via
# requests
# trustme
Expand Down Expand Up @@ -154,12 +156,10 @@ packaging==26.2
# wheel
pathspec==1.1.1
# via mypy
pip==26.1.1
# via pip-tools
pip-tools==7.5.3
# via -r requirements/dev.in
pkgconfig==1.6.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
platformdirs==4.10.0
# via
# python-discovery
Expand Down Expand Up @@ -210,7 +210,7 @@ pytest==9.0.3
pytest-aiohttp==1.1.0
# via
# -r requirements/lint.in
# -r requirements/test-common.in
# -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -244,8 +244,6 @@ requests==2.34.2
# via sphinx
rich==15.0.0
# via pytest-codspeed
setuptools==82.0.1
# via pip-tools
setuptools-git==1.2
# via -r requirements/test-common-base.in
six==1.17.0
Expand Down Expand Up @@ -334,4 +332,7 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
pip==26.1.1
# via pip-tools
setuptools==82.0.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docutils==0.21.2
# via
# myst-parser
# sphinx
idna==3.16
idna==3.17
# via requests
imagesize==2.0.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docutils==0.21.2
# via
# myst-parser
# sphinx
idna==3.16
idna==3.17
# via requests
imagesize==2.0.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ frozenlist==1.8.0
# aiosignal
identify==2.6.19
# via pre-commit
idna==3.16
idna==3.17
# via
# trustme
# yarl
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frozenlist==1.8.0
# via
# -r requirements/runtime-deps.in
# aiosignal
idna==3.16
idna==3.17
# via yarl
multidict==6.7.1
# via
Expand Down
7 changes: 3 additions & 4 deletions requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
aiohappyeyeballs==2.6.2
# via aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via aiohttp
async-timeout==5.0.1
Expand All @@ -26,7 +28,7 @@ frozenlist==1.8.0
# via
# aiohttp
# aiosignal
idna==3.15
idna==3.17
# via yarl
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -88,6 +90,3 @@ wait-for-it==2.3.0
# via -r requirements/test-common-base.in
yarl==1.24.2
# via aiohttp

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
9 changes: 4 additions & 5 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#
aiohappyeyeballs==2.6.2
# via aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
Expand Down Expand Up @@ -42,7 +44,7 @@ frozenlist==1.8.0
# via
# aiohttp
# aiosignal
idna==3.16
idna==3.17
# via
# trustme
# yarl
Expand Down Expand Up @@ -101,7 +103,7 @@ pytest==9.0.3
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -151,6 +153,3 @@ yarl==1.24.2
# via aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
9 changes: 4 additions & 5 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -59,7 +61,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==26.0.0
# via -r requirements/base-ft.in
idna==3.16
idna==3.17
# via
# trustme
# yarl
Expand Down Expand Up @@ -124,7 +126,7 @@ pytest==9.0.3
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -177,6 +179,3 @@ yarl==1.24.2
# aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
7 changes: 3 additions & 4 deletions requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -47,7 +49,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==26.0.0
# via -r requirements/base-ft.in
idna==3.15
idna==3.17
# via yarl
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -122,6 +124,3 @@ yarl==1.24.2
# via
# -r requirements/runtime-deps.in
# aiohttp

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
9 changes: 4 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aiohappyeyeballs==2.6.2
# via
# -r requirements/runtime-deps.in
# aiohttp
aiohttp==3.13.5
# via pytest-aiohttp
aiosignal==1.4.0
# via
# -r requirements/runtime-deps.in
Expand Down Expand Up @@ -59,7 +61,7 @@ frozenlist==1.8.0
# aiosignal
gunicorn==26.0.0
# via -r requirements/base.in
idna==3.16
idna==3.17
# via
# trustme
# yarl
Expand Down Expand Up @@ -124,7 +126,7 @@ pytest==9.0.3
# pytest-timeout
# pytest-xdist
pytest-aiohttp==1.1.0
# via -r requirements/test-common.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0
# via pytest-aiohttp
pytest-codspeed==5.0.3
Expand Down Expand Up @@ -179,6 +181,3 @@ yarl==1.24.2
# aiohttp
zlib-ng==1.0.0
# via -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
# aiohttp
Loading