summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2020-01-20 15:07:18 +0000
committerSorin Sbarnea <ssbarnea@redhat.com>2020-01-25 13:38:58 +0000
commit12e60fad90bc18a7c4d7b71c7462ca5af1dc6505 (patch)
treebc76fe2159af19455e715ca229b80f913d46fe3b /requirements.txt
parentb29923d024ffd4c3fe439e9269f11c6b4662e521 (diff)
downloadzuul-12e60fad90bc18a7c4d7b71c7462ca5af1dc6505.tar.gz
Unpin urllib
Instead of preventing newer version which would create conflicts, we just avoid the known broken versions. Change-Id: I7e04bd6efddaab9847c01c48a2e6ef4be1a41e4e
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4794a4a14..2c6b914e8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29,4 +29,4 @@ cherrypy
ws4py
routes
jsonpath-rw
-urllib3<=1.25.3 # https://github.com/urllib3/urllib3/pull/1684
+urllib3!=1.25.4,!=1.25.5 # https://github.com/urllib3/urllib3/pull/1684