summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2019-09-19 15:33:39 -0700
committerDavid Shrewsbury <dshrewsb@redhat.com>2019-09-20 09:35:07 -0400
commitb7839e755a3d9d3ad084c42c3406ceda54b300dd (patch)
treee51f23e1ccdc45168aa9586b4b64e41d1b08b46d /requirements.txt
parent4f074cb21abb6e980f3f9275913e2c9a71d8c651 (diff)
downloadzuul-b7839e755a3d9d3ad084c42c3406ceda54b300dd.tar.gz
Don't use urllib3 1.25.4
This is broken with Gerrit due to https://github.com/urllib3/urllib3/pull/1684 Change-Id: Ie2c817bb91463cecc64e3022e11330898b11062c
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 5e0e5c902..4794a4a14 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29,3 +29,4 @@ cherrypy
ws4py
routes
jsonpath-rw
+urllib3<=1.25.3 # https://github.com/urllib3/urllib3/pull/1684