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:
Feanil Patel
2025-08-11 10:28:51 -04:00
parent 4d7c8a3a3a
commit bcd900ef23
2 changed files with 1 additions and 4 deletions

View File

@@ -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

View File

@@ -6,3 +6,4 @@ requests_mock
responses
mock
ddt
urllib3