remove urllib3 pin (#5230)

requests 2.22.0 as been released supporting urllib3 1.25.2

Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
pull/5233/head
Marcus Hoffmann 2019-05-22 17:48:12 +02:00 committed by Andrew Morgan
parent ae5521be9c
commit 62388a1e44
2 changed files with 1 additions and 8 deletions

1
changelog.d/5230.misc Normal file
View File

@ -0,0 +1 @@
Remove urllib3 pin as requests 2.22.0 has been released supporting urllib3 1.25.2.

View File

@ -74,14 +74,6 @@ REQUIREMENTS = [
"attrs>=17.4.0",
"netaddr>=0.7.18",
# requests is a transitive dep of treq, and urlib3 is a transitive dep
# of requests, as well as of sentry-sdk.
#
# As of requests 2.21, requests does not yet support urllib3 1.25.
# (If we do not pin it here, pip will give us the latest urllib3
# due to the dep via sentry-sdk.)
"urllib3<1.25",
]
CONDITIONAL_REQUIREMENTS = {