From 47900baa75acf823bdb7ea51062934f6c1da1b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:04:41 +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.12.201...1.43.61) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.61 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 1b2dd6d..c06c46e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ beautifulsoup4>=4.13.5,<5.0.0 boto3>=1.42.22,<2.0.0 requests>=2.23.0,<3.0.0 lxml>=6.1.0,<7.0.0 -botocore>=1.12.201,<2.0.0 +botocore>=1.43.61,<2.0.0 packaging setuptools