mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
remove urllib3 pin (#5230)
requests 2.22.0 as been released supporting urllib3 1.25.2 Signed-off-by: Marcus Hoffmann <bubu@bubu1.eu>
This commit is contained in:
parent
ae5521be9c
commit
62388a1e44
1
changelog.d/5230.misc
Normal file
1
changelog.d/5230.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
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",
|
"attrs>=17.4.0",
|
||||||
|
|
||||||
"netaddr>=0.7.18",
|
"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 = {
|
CONDITIONAL_REQUIREMENTS = {
|
||||||
|
Loading…
Reference in New Issue
Block a user