From 15f7fe416509087300c87db0fb21ea80d3d931ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 13:12:59 +0000 Subject: [PATCH] chore(deps): update boto3 requirement from >=1.34 to >=1.42.88 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.34.0...1.42.88) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.88 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 07dd9ee..cf6c87d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = "MIT" authors = [{name = "Brad Fiedler"}] dependencies = [ - "boto3>=1.34", + "boto3>=1.42.88", "click>=8.1", ]