Skip to content

Commit bcd900e

Browse files
committed
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.
1 parent 4d7c8a3 commit bcd900e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

scripts/user_retirement/requirements/base.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,3 @@ unicodecsv
1111
simplejson
1212
simple-salesforce
1313
google-api-python-client
14-
15-
# urllib3 is needed for the user_retirement scripts
16-
# constraint will be investigated and removed in a separate issue
17-
urllib3<2.0.0

scripts/user_retirement/requirements/testing.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ requests_mock
66
responses
77
mock
88
ddt
9+
urllib3

0 commit comments

Comments
 (0)