diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 3d4a5dfb551..01204e1ff22 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index e6797209cc7..bb5cab60d3f 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/lint.txt b/requirements/lint.txt index 59052523927..198f532bfa7 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -146,6 +146,7 @@ trustme==1.2.1 # via -r requirements/lint.in typing-extensions==4.15.0 # via + # aiohttp # aiosignal # cryptography # exceptiongroup @@ -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 diff --git a/requirements/test-common-base.txt b/requirements/test-common-base.txt index 52d78569cfa..ae3ed0da85e 100644 --- a/requirements/test-common-base.txt +++ b/requirements/test-common-base.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/test-common.txt b/requirements/test-common.txt index cd82228ae08..205bf161ec0 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -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 diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index c89f4423c89..97aff3e0cd5 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -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 diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index 77b08935af5..2cfbd3ec357 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -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 @@ -39,21 +39,21 @@ 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 @@ -61,21 +61,21 @@ packaging==26.2 # 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 @@ -83,26 +83,26 @@ 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 @@ -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: diff --git a/requirements/test.txt b/requirements/test.txt index 1a211be2a1e..3f524555daa 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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