From 4a24ce4a26f7c2d5a22b3ffe12ca37dbb6e0dde2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 06:08:09 +0000 Subject: [PATCH] deps(python): update boto3 requirement from >=1.35.12 to >=1.43.77 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.35.12...1.43.77) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.77 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index a3ec6fbb..b9c5bca3 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -47,7 +47,7 @@ python-stdnum>=1.18 phonenumbers>=8.13.0 # AWS integration (for spp_key_management AWS KMS provider - optional but included) -boto3>=1.35.12 +boto3>=1.43.77 # ----------------------------------------------------------------------------- # CI/Testing tools (pre-installed to avoid per-job pip install)