From a85172b4fbbd0f2f181ee94cc79d97b5f2e0ad72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:44:50 +0000 Subject: [PATCH] Update aiobotocore requirement from <2.16 to <2.17 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.16.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 e863b3c..129198a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ io = [ "universal-pathlib<0.3", ] kinesis = [ - "aiobotocore<2.16", + "aiobotocore<2.17", "async-kinesis<1.2", "commons-codec>=0.0.20", "lorrystream[carabas]>=0.0.6",