From 3abab4feef04764ea64cfe01572e6812431912af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:30:44 +0000 Subject: [PATCH] Update boto3 requirement from <1.35.0,>=1.9.198 to >=1.9.198,<1.36.0 Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.9.198...1.35.0) --- updated-dependencies: - dependency-name: boto3 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..0431a68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ levenshtein==0.25.1 rapidfuzz==3.9.5 importlib-metadata<8.3 # for flake8 -boto3>=1.9.198,<1.35.0 +boto3>=1.9.198,<1.36.0 botocore>=1.12.198,<1.35.0 gunicorn==22.0.0