From 9d41f9df54e0f6912276277864ad6331ff0c5e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 04:46:39 +0000 Subject: [PATCH] Update aiobotocore requirement from <2.18 to <2.19 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/0.0.1a...2.18.0) --- updated-dependencies: - dependency-name: aiobotocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48e112e..0247399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -157,7 +157,7 @@ optional-dependencies.io = [ "universal-pathlib<0.3", ] optional-dependencies.kinesis = [ - "aiobotocore<2.18", + "aiobotocore<2.19", "async-kinesis<1.2", "commons-codec>=0.0.20", "lorrystream[carabas]>=0.0.6",