From face62c8e587be39adf00727c800c8d2ea8cc885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 16:33:16 +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.9) --- updated-dependencies: - dependency-name: botocore 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..2a3506b 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",