diff --git a/requirements/base-ft.txt b/requirements/base-ft.txt index 95b2c278df2..1eeed867279 100644 --- a/requirements/base-ft.txt +++ b/requirements/base-ft.txt @@ -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 diff --git a/requirements/base.txt b/requirements/base.txt index 4f8536ea416..159c65a0ce2 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -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 diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 2102be4c3de..509cfcbd5fe 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/dev.txt b/requirements/dev.txt index 54af9df4084..f16ff3ef69c 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index 7ce9ae9e976..2878edd94f6 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -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 diff --git a/requirements/doc.txt b/requirements/doc.txt index ec2f8e6326d..55d30f206cb 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -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 diff --git a/requirements/lint.txt b/requirements/lint.txt index afe50abb5d0..1ee3c1793c1 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -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 diff --git a/requirements/runtime-deps.txt b/requirements/runtime-deps.txt index b553d1fe24b..f7080a0e341 100644 --- a/requirements/runtime-deps.txt +++ b/requirements/runtime-deps.txt @@ -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 diff --git a/requirements/test-common-base.txt b/requirements/test-common-base.txt index 14a15382b14..00ee93dc84c 100644 --- a/requirements/test-common-base.txt +++ b/requirements/test-common-base.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/test-common.txt b/requirements/test-common.txt index dd9b06cad13..dda63ac1ce6 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -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 @@ -42,7 +44,7 @@ frozenlist==1.8.0 # via # aiohttp # aiosignal -idna==3.16 +idna==3.17 # via # trustme # yarl @@ -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 @@ -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 diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 557b3f41763..92d3e5df4b1 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index 062f05549c8..76fed3961b0 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -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 @@ -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 @@ -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 diff --git a/requirements/test.txt b/requirements/test.txt index ab1dca17cdb..317b261a1d9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -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 @@ -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 @@ -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 @@ -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