From 5043d8ce3d59267cae23cfe278306efa84c51f54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:33:35 +0000 Subject: [PATCH] chore(deps): update botocore requirement Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.34.0...1.43.14) --- updated-dependencies: - dependency-name: botocore 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..9ab63f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "boto3>=1.34,<1.38", - "botocore>=1.34,<1.38", + "botocore>=1.34,<1.44", "requests", "aiohttp", "pyquery",