From f2c96b060a96f35ee5ead07217b3113cb73f292e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:55:35 +0000 Subject: [PATCH] Update aiobotocore requirement from <=2.12.0,>=2.3.0 to >=2.3.0,<=2.14.0 Updates the requirements on [aiobotocore](https://github.com/aio-libs/aiobotocore) to permit the latest version. - [Release notes](https://github.com/aio-libs/aiobotocore/releases) - [Changelog](https://github.com/aio-libs/aiobotocore/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiobotocore/compare/2.3.0...2.14.0) --- updated-dependencies: - dependency-name: aiobotocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7ecb73a..4a6733b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ include_package_data = True install_requires = apolo-cli>=24.8.1 wandb[aws]>=0.10.33,<=0.17.8 - aiobotocore>=2.3.0,<=2.12.0 # 2.12.1 breaks apolo-sdk and not supported yet + aiobotocore>=2.3.0,<=2.14.0 # 2.12.1 breaks apolo-sdk and not supported yet [options.packages.find] where=.