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 (!).
This commit is contained in:
Gaudenz Steinlin 2017-07-24 19:19:54 +02:00
parent 425d2cd698
commit d7504981b8

View file

@ -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