From da5d4b6a7ae41f46aebb5dd909cd235df8ffcff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:31:26 +0000 Subject: [PATCH] Bump aiobotocore from 2.6.0 to 2.14.0 Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 2.6.0 to 2.14.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.6.0...2.14.0) --- updated-dependencies: - dependency-name: aiobotocore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b10fe3f..fdad3d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ [project.optional-dependencies] dev-test = [ "aioworkers==0.27.0", - "aiobotocore==2.6.0", + "aiobotocore==2.14.0", "coverage[toml]==7.2.7", "pytest==7.4.3", "pytest-aioworkers[asyncio]==0.4",