From 19f9e196ad5e685c114bf22f0b6aba72a59aa042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:10:55 +0000 Subject: [PATCH] Chore(deps): Update localstack[base-runtime] requirement Updates the requirements on [localstack[base-runtime]](https://github.com/localstack/localstack) to permit the latest version. - [Release notes](https://github.com/localstack/localstack/releases) - [Commits](https://github.com/localstack/localstack/compare/localstack-0.1.0...v3.7.1) --- updated-dependencies: - dependency-name: localstack[base-runtime] 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 faa496a..d16cfba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ optional-dependencies.carabas = [ "aws-lambda-layer<0.6", "boto3>=1.34,<1.36", # for async-kinesis "cottonformation<1.2", - "localstack[base-runtime]<3.7", + "localstack[base-runtime]<3.8", ] optional-dependencies.develop = [ "black<25",