From 270119f637b566e4e83acf2b75a8698e099fe309 Mon Sep 17 00:00:00 2001 From: Iakov Gan Date: Fri, 20 Dec 2024 22:35:23 +0100 Subject: [PATCH] push boto update --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 596e7469..81cd8673 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -boto3>=1.34.90 +boto3>=1.35.86 Click>=8.0 PyYAML requests diff --git a/setup.cfg b/setup.cfg index 34f9e10a..5cd32efb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ include_package_data = True packages = find_namespace: install_requires = setuptools - boto3>=1.34.90 + boto3>=1.35.86 Click>=8.0 PyYAML requests