From 1cfee0828b17a33908636ec81ca8e4960a012626 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 04:18:03 +0000 Subject: [PATCH] Update aiobotocore requirement from <2.15 to <2.16 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.15.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 2db06f9a..90fb2b2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,7 +158,7 @@ io = [ "sqlalchemy>=2", ] kinesis = [ - "aiobotocore<2.15", + "aiobotocore<2.16", "async-kinesis<1.2", "commons-codec>=0.0.14", "lorrystream[carabas]>=0.0.6",