From d7504981b897c47ca4de23a9fc32f938a1e01d63 Mon Sep 17 00:00:00 2001 From: Gaudenz Steinlin Date: Mon, 24 Jul 2017 19:19:54 +0200 Subject: [PATCH] Upgrade requests to at least version 2.18.1 The redirection issue which was the reason to pin requests to a specific version is fixed. At least the test failure on s3tests.functional.test_s3.test_post_object_success_redirect_action no longer occurs with version 2.18.1. The new version solves the issue the old version has with newer versions of libssl which disable SSLv3 support. The currently pinned version of requests is from 2012 (!). --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index beced13..30371f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ bunch >=1.0.0 # 0.14 switches to libev, that means bootstrap needs to change too gevent >=1.0 isodate >=0.4.4 -requests ==0.14.0 +requests >=2.18.1 pytz >=2011k ordereddict httplib2