From b2f1c45a29617ad1522f44c5435944e6801afaca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:47:42 +0000 Subject: [PATCH] build(deps): Update boto3 requirement from >=1.42.89 to >=1.43.2 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.42.89...1.43.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.2 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 5afb439c..040f1be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "fastapi-cache2>=0.2.2", "httpx>=0.28.1", "podman-compose>=1.5.0", - "boto3>=1.42.89", + "boto3>=1.43.2", ] [project.optional-dependencies]