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
7 changes: 4 additions & 3 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ packaging==26.2
# wheel
pathspec==1.1.1
# via mypy
pip==26.1.1
pip==26.1.2
# via pip-tools
pip-tools==7.5.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -307,6 +307,7 @@ trustme==1.2.1 ; platform_machine != "i686"
typing-extensions==4.15.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
# aiosignal
# cryptography
# exceptiongroup
Expand All @@ -328,7 +329,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.4.1
virtualenv==21.4.2
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common-base.in
Expand All @@ -344,5 +345,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.13.5
aiohttp==3.14.0
# via pytest-aiohttp
7 changes: 4 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ packaging==26.2
# wheel
pathspec==1.1.1
# via mypy
pip==26.1.1
pip==26.1.2
# via pip-tools
pip-tools==7.5.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -297,6 +297,7 @@ trustme==1.2.1 ; platform_machine != "i686"
typing-extensions==4.15.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
# aiosignal
# cryptography
# exceptiongroup
Expand All @@ -318,7 +319,7 @@ uvloop==0.22.1 ; platform_system != "Windows" and implementation_name == "cpytho
# -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.4.1
virtualenv==21.4.2
# via pre-commit
wait-for-it==2.3.0
# via -r requirements/test-common-base.in
Expand All @@ -334,5 +335,5 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
aiohttp==3.13.5
aiohttp==3.14.0
# via pytest-aiohttp
3 changes: 2 additions & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ trustme==1.2.1
# via -r requirements/lint.in
typing-extensions==4.15.0
# via
# aiohttp
# aiosignal
# cryptography
# exceptiongroup
Expand All @@ -163,7 +164,7 @@ uvloop==0.22.1 ; platform_system != "Windows"
# via -r requirements/lint.in
valkey==6.1.1
# via -r requirements/lint.in
virtualenv==21.4.1
virtualenv==21.4.2
# via pre-commit
yarl==1.24.2
# via aiohttp
Expand Down
25 changes: 13 additions & 12 deletions requirements/test-common-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ coverage==7.14.1
exceptiongroup==1.3.1
# via pytest
freezegun==1.5.5
# via -r test-common-base.in
# via -r requirements/test-common-base.in
frozenlist==1.8.0
# via
# aiohttp
Expand All @@ -34,10 +34,10 @@ multidict==6.7.1
# via
# aiohttp
# yarl
packaging==26.0
packaging==26.2
# via pytest
pkgconfig==1.6.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pluggy==1.6.0
# via
# pytest
Expand All @@ -47,31 +47,31 @@ propcache==0.5.2
# aiohttp
# yarl
proxy-py==2.4.10
# via -r test-common-base.in
pygments==2.19.2
# via -r requirements/test-common-base.in
pygments==2.20.0
# via pytest
pytest==9.0.3
# via
# -r test-common-base.in
# -r requirements/test-common-base.in
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
# pytest-mock
# pytest-timeout
pytest-aiohttp==1.1.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.3.0
# via pytest-aiohttp
pytest-cov==7.0.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pytest-mock==3.15.1
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pytest-timeout==2.4.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
python-dateutil==2.9.0.post0
# via freezegun
setuptools-git==1.2
# via -r test-common-base.in
# via -r requirements/test-common-base.in
six==1.17.0
# via python-dateutil
tomli==2.4.1
Expand All @@ -80,12 +80,13 @@ tomli==2.4.1
# pytest
typing-extensions==4.15.0
# via
# aiohttp
# aiosignal
# exceptiongroup
# multidict
# pytest-asyncio
wait-for-it==2.3.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
yarl==1.24.2
# via aiohttp

Expand Down
1 change: 1 addition & 0 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ trustme==1.2.1 ; platform_machine != "i686"
# via -r requirements/test-common.in
typing-extensions==4.15.0
# via
# aiohttp
# aiosignal
# cryptography
# exceptiongroup
Expand Down
1 change: 1 addition & 0 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ trustme==1.2.1 ; platform_machine != "i686"
typing-extensions==4.15.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
# aiosignal
# cryptography
# exceptiongroup
Expand Down
51 changes: 26 additions & 25 deletions requirements/test-mobile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@
# pip-compile --output-file=requirements/test-mobile.txt --strip-extras --unsafe-package=aiohttp requirements/test-mobile.in
#
aiodns==4.0.4 ; sys_platform != "android" and sys_platform != "ios"
# via -r runtime-deps.in
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.6.2
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
aiosignal==1.4.0
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
async-timeout==5.0.1 ; python_version < "3.11"
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
attrs==26.1.0
# via aiohttp
backports-asyncio-runner==1.2.0 ; python_version < "3.11"
# via
# -r test-mobile.in
# -r requirements/test-mobile.in
# pytest-asyncio
backports-zstd==1.3.0 ; platform_python_implementation == "CPython" and python_version < "3.14" and sys_platform != "android" and sys_platform != "ios"
# via -r runtime-deps.in
# via -r requirements/runtime-deps.in
brotli==1.2.0 ; platform_python_implementation == "CPython" and sys_platform != "android" and sys_platform != "ios"
# via -r runtime-deps.in
# via -r requirements/runtime-deps.in
cffi==2.0.0 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r test-mobile.in
# -r requirements/test-mobile.in
# pycares
click==8.4.0
# via wait-for-it
Expand All @@ -39,70 +39,70 @@ coverage==7.14.1
exceptiongroup==1.3.1
# via pytest
freezegun==1.5.5
# via -r test-common-base.in
# via -r requirements/test-common-base.in
frozenlist==1.8.0
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
# aiosignal
gunicorn==26.0.0
# via -r base-ft.in
# via -r requirements/base-ft.in
idna==3.17
# via yarl
iniconfig==2.3.0
# via pytest
multidict==6.7.1
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
# yarl
packaging==26.2
# via
# gunicorn
# pytest
pkgconfig==1.6.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pluggy==1.6.0
# via
# pytest
# pytest-cov
propcache==0.5.2
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
# yarl
proxy-py==2.4.10
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pycares==5.0.1 ; sys_platform != "android" and sys_platform != "ios"
# via
# -r test-mobile.in
# -r requirements/test-mobile.in
# aiodns
pycparser==3.0
# via cffi
pygments==2.20.0
# via pytest
pytest==9.0.3
# via
# -r test-common-base.in
# -r requirements/test-common-base.in
# pytest-aiohttp
# pytest-asyncio
# pytest-cov
# pytest-mock
# pytest-timeout
pytest-aiohttp==1.1.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pytest-asyncio==1.4.0a2
# via pytest-aiohttp
pytest-cov==7.1.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pytest-mock==3.15.1
# via -r test-common-base.in
# via -r requirements/test-common-base.in
pytest-timeout==2.4.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
python-dateutil==2.9.0.post0
# via freezegun
setuptools-git==1.2
# via -r test-common-base.in
# via -r requirements/test-common-base.in
six==1.17.0
# via python-dateutil
tomli==2.4.1
Expand All @@ -111,16 +111,17 @@ tomli==2.4.1
# pytest
typing-extensions==4.15.0 ; python_version < "3.13"
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp
# aiosignal
# exceptiongroup
# multidict
# pytest-asyncio
wait-for-it==2.3.0
# via -r test-common-base.in
# via -r requirements/test-common-base.in
yarl==1.24.2
# via
# -r runtime-deps.in
# -r requirements/runtime-deps.in
# aiohttp

# The following packages are considered to be unsafe in a requirements file:
Expand Down
1 change: 1 addition & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ trustme==1.2.1 ; platform_machine != "i686"
typing-extensions==4.15.0 ; python_version < "3.13"
# via
# -r requirements/runtime-deps.in
# aiohttp
# aiosignal
# cryptography
# exceptiongroup
Expand Down
Loading