Skip to content

Commit cd9058e

Browse files
Update urllib3 requirement from !=2.6.0,>=1.24.2 to !=2.6.0,>=2.7.0
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.24.2...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 582965c commit cd9058e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-asyncio.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ certifi>=14.05.14 # MPL
22
six>=1.9.0 # MIT
33
python-dateutil>=2.5.3 # BSD
44
pyyaml>=6.0.3 # MIT
5-
urllib3>=1.24.2,!=2.6.0 # MIT
5+
urllib3!=2.6.0,>=2.7.0 # MIT
66
aiohttp>=3.13.5,<4.0.0 # Apache-2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pyyaml>=6.0.3 # MIT
66
websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
77
requests # Apache-2.0
88
requests-oauthlib # ISC
9-
urllib3>=1.24.2,!=2.6.0 # MIT
9+
urllib3!=2.6.0,>=2.7.0 # MIT
1010
durationpy>=0.7 # MIT

0 commit comments

Comments
 (0)