From 7347cbfbdeaf6b51b427d4b903aa4131bc7577c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 00:43:13 +0000 Subject: [PATCH] Update boto3 requirement from ~=1.43.6 to ~=1.43.72 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.43.6...1.43.72) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.72 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terraform/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/requirements.txt b/terraform/requirements.txt index 9ade322..1fa2a5d 100644 --- a/terraform/requirements.txt +++ b/terraform/requirements.txt @@ -1,3 +1,3 @@ -boto3~=1.43.6 +boto3~=1.43.72 Jinja2~=3.1.6 requests~=2.33.1