From 1e2bffe2bdf5a63f0390f851f008fb8e20d61dfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:23:04 +0000 Subject: [PATCH] Chore(deps-dev): Update localstack requirement from <2026.7 to <2026.8 Updates the requirements on [localstack](https://github.com/localstack/localstack) to permit the latest version. - [Release notes](https://github.com/localstack/localstack/releases) - [Commits](https://github.com/localstack/localstack/commits) --- updated-dependencies: - dependency-name: localstack dependency-version: 2026.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 783a3a4..8eda75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ optional-dependencies.carabas = [ "async-kinesis<3", "aws-lambda-layer<0.6", "cottonformation<1.2", - "localstack<2026.7", + "localstack<2026.8", ] optional-dependencies.develop = [ "black<27",