From b2d263b2d2ea96ae1cd8928c0f6c2bbe648407fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:16:09 +0000 Subject: [PATCH] Bump aiobotocore from 3.5.0 to 3.6.0 Bumps [aiobotocore](https://github.com/aio-libs/aiobotocore) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/aio-libs/aiobotocore/releases) - [Changelog](https://github.com/aio-libs/aiobotocore/blob/main/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiobotocore/compare/3.5.0...3.6.0) --- updated-dependencies: - dependency-name: aiobotocore dependency-version: 3.6.0 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 3ebbe2b..15ccb5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" requires-python = ">=3.12,<3.13" dependencies = [ - "aiobotocore==3.5.0", + "aiobotocore==3.6.0", "aiofiles==25.1.0", "aiohttp==3.13.5", "aiohttp-socks==0.11.0",