From 1b817a9d7931039d979c818e7f9bbff21ed3e0c7 Mon Sep 17 00:00:00 2001 From: Iakov GAN <82834333+iakov-aws@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:40:26 -0800 Subject: [PATCH] update boto3 requirements (#698) --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e53c4bd..6bbb45f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3>=1.26 +boto3>=1.29.5 Click>=8.0 PyYAML requests diff --git a/setup.cfg b/setup.cfg index 061fbc55..ede377ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ include_package_data = True packages = find_namespace: install_requires = setuptools - boto3>=1.26 + boto3>=1.29.5 Click>=8.0 PyYAML requests