From 37091909c83d5504d159039b27937f44327fbe71 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Mon, 12 Nov 2018 15:58:36 +0100 Subject: [PATCH] Block broken requests 2.20.0 Change-Id: I2889804a19499e1238b9b8cec9ebaea2c037d7d7 Related-Bug: 1800985 Depends-On: https://review.openstack.org/617296 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fb1d598319..e39c1d7f5aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ python-keystoneclient>=3.8.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-swiftclient>=3.2.0 # Apache-2.0 pytz>=2013.6 # MIT -requests>=2.14.2 # Apache-2.0 +requests>=2.14.2,!=2.20.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 Routes>=2.3.1 # MIT taskflow>=2.16.0 # Apache-2.0