Merge pull request #2131 from hauntsaninja/patch-1

Drop urllib3 upper bound
This commit is contained in:
Kubernetes Prow Robot 2023-10-04 18:25:49 +02:00 committed by GitHub
commit d5d835a38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,4 +9,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+
requests # Apache-2.0
requests-oauthlib # ISC
oauthlib>=3.2.2 # BSD
urllib3>=1.24.2,<2.0 # MIT
urllib3>=1.24.2 # MIT