From b7839e755a3d9d3ad084c42c3406ceda54b300dd Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 19 Sep 2019 15:33:39 -0700 Subject: [PATCH] Don't use urllib3 1.25.4 This is broken with Gerrit due to https://github.com/urllib3/urllib3/pull/1684 Change-Id: Ie2c817bb91463cecc64e3022e11330898b11062c --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 5e0e5c9027..4794a4a14b 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