Skip to content

Commit ea265e0

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.25.3...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 c5404c9 commit ea265e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

kubernetes_asyncio/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ future; python_version<="2.7"
22
six >= 1.10
33
python_dateutil >= 2.5.3
44
setuptools >= 21.0.0
5-
urllib3 >= 1.25.3
5+
urllib3 >= 2.7.0

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>=5.4.1 # MIT
5-
urllib3>=1.24.2,!=2.6.0 # MIT
5+
urllib3!=2.6.0,>=2.7.0 # MIT
66
aiohttp>=3.9.0,<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>=5.4.1 # 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)