From da825fcadbec5905ae8bec566ec8084b6d05ae5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 23:53:47 +0000 Subject: [PATCH] Update boto3 requirement from >=1.42.30 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.42.30...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 9eabfd3..6bb2894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "1.3" # See https://packaging.python.org/en/latest/guides/writing-pypr requires-python = "~=3.12.0" dependencies = [ - "boto3>=1.42.30", + "boto3>=1.42.88", "boto3-stubs[essential, ses]>=1.42.30", "click>=8.3.1", "jinja2>=3.1.6",