From 257e7da6f198d68cf7bfc7535b86415de6541979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:03:39 +0000 Subject: [PATCH] Update botocore requirement from >=1.20.57 to >=1.43.2 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.20.57...1.43.2) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1efc8c..de4a277 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3>=1.17.57 -botocore>=1.20.57 +botocore>=1.43.2 minio>=7.1.0 rethinkdb>=2.4.8 pyorient>=1.5.5