From b1e5acbecc6e1164b8ae962d78ba973619370e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:00:49 +0000 Subject: [PATCH] Update boto3[crt] requirement from <1.36.0,>=1.13.0 to >=1.13.0,<1.37.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) - [Commits](https://github.com/boto/boto3/compare/1.13.0...1.36.0) --- 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 11f733b..042e982 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -18,4 +18,4 @@ jmespath==1.0.1 s3transfer==0.10.4 botocore>=1.16.0,<1.36.0 -boto3[crt]>=1.13.0,<1.36.0 \ No newline at end of file +boto3[crt]>=1.13.0,<1.37.0 \ No newline at end of file