From 518311ee010821a171190e0219c431d14381878e Mon Sep 17 00:00:00 2001 From: Evgeniy Zayats Date: Fri, 27 Oct 2023 22:54:20 -0400 Subject: [PATCH] requirements: use latest botocore version Signed-off-by: Evgeniy Zayats --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91332d5a..d1f107d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,7 @@ PyYAML boto >=2.6.0 boto3 >=1.0.0 -# botocore-1.28 broke v2 signatures, see https://tracker.ceph.com/issues/58059 -botocore <1.28.0 +botocore munch >=2.0.0 # 0.14 switches to libev, that means bootstrap needs to change too gevent >=1.0