From c85dc8668c620443cb487b409503f12a9acca7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:37:19 +0000 Subject: [PATCH] Update boto3[crt] requirement from <1.30.0,>=1.13.0 to >=1.13.0,<1.34.0 Updates the requirements on [boto3[crt]](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.13.0...1.33.1) --- updated-dependencies: - dependency-name: boto3[crt] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index f6540ee..477766b 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -18,4 +18,4 @@ jmespath==1.0.1 s3transfer==0.8.0 botocore>=1.16.0,<1.33.0 -boto3[crt]>=1.13.0,<1.30.0 \ No newline at end of file +boto3[crt]>=1.13.0,<1.34.0 \ No newline at end of file