From 7adf1e1be629401f0ccbd6e4b08ca747daee2d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 03:47:18 +0000 Subject: [PATCH] Bump aiobotocore from 2.15.2 to 2.16.0 (#867) Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 2.15.2 to 2.16.0. - [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.15.2...2.16.0) --- updated-dependencies: - dependency-name: aiobotocore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 270165cf..e477e21a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,7 @@ classifiers = [options] packages = find: install_requires = - aiobotocore==2.15.2 + aiobotocore==2.16.0 aiodns==3.2.0 aiofiles==24.1.0 aiohttp==3.10.10