From 5d787557322c5149cd429d0caf41c989afb5a027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:05:36 +0000 Subject: [PATCH] Update botocore requirement from <1.36.0,>=1.15.0 to >=1.15.0,<1.37.0 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.15.0...1.36.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 6645d42..5f05056 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ flake8==7.1.1 s3transfer==0.10.4 jmespath==1.0.1 -botocore>=1.15.0,<1.36.0 +botocore>=1.15.0,<1.37.0 boto3>=1.12.0,<1.36.0 defusedxml==0.7.1