mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
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:
parent
425d2cd698
commit
d7504981b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue