From b7231953bedbe734b004d19ff729fb7b5773a47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:33:12 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from <1.38,>=1.34 to >=1.34,<1.44 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.34.0...1.43.14) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6ccf91..de1ced6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "boto3>=1.34,<1.38", + "boto3>=1.34,<1.44", "botocore>=1.34,<1.38", "requests", "aiohttp",