Drop urllib3 upper bound
This was added in 27459d5c12.
Note that google-auth now requires urllib3>=2 in https://github.com/googleapis/google-auth-library-python/pull/1389
(I'm also not sure that I follow the logic in https://github.com/kubernetes-client/python/pull/2105, since dependency resolvers will be able to work it out)
This commit is contained in:
parent
a6d44ff625
commit
af68284e6e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user