mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-23 03:38:41 +00:00
requirements: strict boto3 version
Signed-off-by: rkhudov <rhudov@gmail.com>
This commit is contained in:
parent
46f60d3029
commit
15a999479e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
PyYAML
|
||||
boto >=2.6.0
|
||||
boto3 >=1.0.0
|
||||
boto3 >=1.0.0 <=1.24.96
|
||||
# botocore-1.28 broke v2 signatures, see https://tracker.ceph.com/issues/58059
|
||||
botocore <1.28.0
|
||||
munch >=2.0.0
|
||||
|
|
Loading…
Reference in a new issue