diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index b1c5e102bb..ee1178ab54 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -1,7 +1,7 @@ python-dateutil>=2.8.2 # BSD pyyaml>=6.0.3 # MIT -urllib3>=1.24.2,!=2.6.0 # MIT -aiohttp>=3.14.1,<4.0.0 # Apache-2.0 +urllib3>=2.7.0 # MIT +aiohttp>=3.14.3,<4.0.0 # Apache-2.0 aiohttp-retry>=2.8.3 # MIT pydantic>=2.11 # MIT typing-extensions>=4.7.1 # PSF diff --git a/requirements.txt b/requirements.txt index 317cb899c6..3fa50ac8a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi>=14.05.14 # MPL python-dateutil>=2.8.2 # BSD pydantic>=2.11 # MIT -setuptools>=21.0.0 # PSF/ZPL +setuptools>=83.0.0 # PSF/ZPL pyyaml>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 diff --git a/test-requirements-asyncio.txt b/test-requirements-asyncio.txt index 9f709dccce..44f8f68f0a 100644 --- a/test-requirements-asyncio.txt +++ b/test-requirements-asyncio.txt @@ -3,5 +3,5 @@ pluggy>=1.6.0 py>=1.4.31 pytest pytest-cov -randomize>=0.13 +randomize>=0.14 sphinx>=8.1.3 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 37fc557b94..43787120af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ nose>=1.3.7 pytest pytest-cov pluggy>=1.6.0 -randomize>=0.13 +randomize>=0.14 sphinx>=8.1.3 # BSD sphinx_markdown_tables pycodestyle