From f76bb745015c647fc1bfc30b8a5304b8fe974b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:18:20 +0000 Subject: [PATCH] Chore(deps): Update aiobotocore requirement 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/2.13.0...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 7b17d68..52dccc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ optional-dependencies.all = [ "lorrystream[carabas]", ] optional-dependencies.carabas = [ - "aiobotocore==2.13.*", # for async-kinesis + "aiobotocore>=2.13,<2.19", # for async-kinesis "async-kinesis<1.2", "aws-lambda-layer<0.6", "boto3>=1.34,<1.36", # for async-kinesis