From da0b0acba56dc4e7b130ce1160d545285c31bbb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:48:05 +0000 Subject: [PATCH] chore(deps): Update botocore requirement from >=1.31 to >=1.43.6 Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Commits](https://github.com/boto/botocore/compare/1.31.0...1.43.6) --- updated-dependencies: - dependency-name: botocore dependency-version: 1.43.6 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 0eeee6a..aacad3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto3>=1.28 -botocore>=1.31 +botocore>=1.43.6 watchdog>=3.0 pathspec>=0.11 PyYAML>=6.0