diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index 68b26ab189..fa18d8124f 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -2,5 +2,5 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD pyyaml>=6.0.3 # MIT -urllib3>=1.24.2,!=2.6.0 # MIT +urllib3!=2.6.0,>=2.7.0 # MIT aiohttp>=3.13.5,<4.0.0 # Apache-2.0 diff --git a/requirements.txt b/requirements.txt index ba641a60c3..930dfb8f62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ pyyaml>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC -urllib3>=1.24.2,!=2.6.0 # MIT +urllib3!=2.6.0,>=2.7.0 # MIT durationpy>=0.7 # MIT