From 8a136e5e33df728f54fd42e656382d465ffe5f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 16:33:36 +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.9) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.9 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 e94315d..a30f75a 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",