From 51dc920c332a80c68c1ed1b41ca63f31984fdc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:30:53 +0000 Subject: [PATCH] Update botocore requirement Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.12.198...1.35.0) --- updated-dependencies: - dependency-name: botocore 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 b0dc2c2..82839f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ rapidfuzz==3.9.5 importlib-metadata<8.3 # for flake8 boto3>=1.9.198,<1.35.0 -botocore>=1.12.198,<1.35.0 +botocore>=1.12.198,<1.36.0 gunicorn==22.0.0 torch==2.4.0