From 1668871895f417fa1a2e03af57198cc4a1469e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 01:02:56 +0000 Subject: [PATCH] Update boto3 requirement from >=1.35.0 to >=1.43.56 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.35.0...1.43.56) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 374b83b..af75606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ Source = "https://github.com/pilotmain/AethOS" [project.optional-dependencies] cloud = [ - "boto3>=1.35.0", + "boto3>=1.43.56", ] secrets = [ "keyring>=25.0.0",