From 096057e620a9b1d587d0199b9728fd2fa8d7ec18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:14:15 +0000 Subject: [PATCH] deps(dev): update boto3 requirement from >=1.28.0 to >=1.43.9 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.28.0...1.43.9) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bec13af..609dfc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,13 +41,13 @@ Documentation = "https://github.com/Coding-Dev-Tools/envault#readme" [project.optional-dependencies] vault = ["hvac>=2.0.0"] -awsssm = ["boto3>=1.28.0"] +awsssm = ["boto3>=1.43.9"] doppler = ["requests>=2.31.0"] onepassword = ["onepasswordconnectsdk>=1.1.0"] dev = ["pytest>=7.0", "pytest-cov", "responses>=0.24.0"] all = [ "hvac>=2.0.0", - "boto3>=1.28.0", + "boto3>=1.43.9", "requests>=2.31.0", "onepasswordconnectsdk>=1.1.0", ]