build: urllib3 is only a testing direct requirement.
It's only used by botocore and requests in the actual retirement code and those have been able to handle a newer version of the library for quite some time. urllib3 is directly used in the testing code but not in a way where we need to constrain it from being upgraded.
This commit is contained in:
@@ -11,7 +11,3 @@ unicodecsv
|
||||
simplejson
|
||||
simple-salesforce
|
||||
google-api-python-client
|
||||
|
||||
# urllib3 is needed for the user_retirement scripts
|
||||
# constraint will be investigated and removed in a separate issue
|
||||
urllib3<2.0.0
|
||||
|
||||
@@ -6,3 +6,4 @@ requests_mock
|
||||
responses
|
||||
mock
|
||||
ddt
|
||||
urllib3
|
||||
|
||||
Reference in New Issue
Block a user