From 24434b8aeb80b39d8025254e32322e65233e35c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 10:15:54 +0000 Subject: [PATCH] Update boto3 requirement from <1.39.0,>=1.9.198 to >=1.9.198,<1.41.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.40.15) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.15 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 9752a55..30cfd52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ sqlparse==0.5.3 s3transfer==0.13.1 jmespath==1.0.1 -boto3>=1.9.198,<1.39.0 +boto3>=1.9.198,<1.41.0 botocore>=1.12.198,<1.41.0 python-dateutil==2.9.0.post0