From 7c8c13e6474ed859269d1103058a68dd7e9544b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:59:20 +0000 Subject: [PATCH] chore(deps): update dependency boto3 to ~=1.36.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c17bd9..ac80244 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ 'lru_cache==0.2.3', 'backports.functools_lru_cache==1.6.6', 'pyyaml~=6.0.2', - 'boto3~=1.35.94', + 'boto3~=1.36.0', 'hvac~=2.3.0' ]