Skip to content
Snippets Groups Projects
Commit 62388a1e authored by Marcus Hoffmann's avatar Marcus Hoffmann Committed by Andrew Morgan
Browse files

remove urllib3 pin (#5230)


requests 2.22.0 as been released supporting urllib3 1.25.2

Signed-off-by: default avatarMarcus Hoffmann <bubu@bubu1.eu>
parent ae5521be
No related branches found
No related tags found
No related merge requests found
Remove urllib3 pin as requests 2.22.0 has been released supporting urllib3 1.25.2.
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment