Merge pull request #2105 from jsaalfeld/urllib3-version-fix

Setting upper version bound for urllib3
This commit is contained in:
Kubernetes Prow Robot 2023-08-23 09:15:28 -07:00 committed by GitHub
commit ae7b5ddd21
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 # MIT
urllib3>=1.24.2,<2.0 # MIT