From 8e583319e700aa8b38f306411e0d17baeae1968a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 00:43:03 +0000 Subject: [PATCH] Update boto3 requirement from ~=1.43.6 to ~=1.43.83 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.83) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.83 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..6af3229 100644 --- a/terraform/requirements.txt +++ b/terraform/requirements.txt @@ -1,3 +1,3 @@ -boto3~=1.43.6 +boto3~=1.43.83 Jinja2~=3.1.6 requests~=2.33.1