Skip to content

Commit 7d4076c

Browse files
Merge pull request #2714 from kubernetes-client/dependabot/pip/urllib3-gte-2.8.0
Update urllib3 requirement from >=2.7.0 to >=2.8.0
2 parents 663a84b + 18df254 commit 7d4076c

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
@@ -1,6 +1,6 @@
11
python-dateutil>=2.8.2 # BSD
22
PyYAML>=6.0.3 # MIT
3-
urllib3>=2.7.0 # MIT
3+
urllib3>=2.8.0 # MIT
44
aiohttp>=3.14.3,<4.0.0 # Apache-2.0
55
aiohttp-retry>=2.9.1 # MIT
66
pydantic>=2.13.5 # MIT

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
77
requests # Apache-2.0
88
requests-oauthlib # ISC
99
typing-extensions>=4.16.0 # PSF
10-
urllib3>=2.7.0,<3.0.0 # MIT
10+
urllib3>=2.8.0,<3.0.0 # MIT
1111
durationpy>=0.11 # MIT

0 commit comments

Comments
 (0)