From f75639ae72c1a263b78df3862f21162e4efa7cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:04:44 +0000 Subject: [PATCH] chore(deps): bump localstack-client from 2.5 to 2.6 Bumps [localstack-client](https://github.com/localstack/localstack-python-client) from 2.5 to 2.6. - [Changelog](https://github.com/localstack/localstack-python-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/localstack/localstack-python-client/commits) --- updated-dependencies: - dependency-name: localstack-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements_test.txt b/requirements/requirements_test.txt index a33260b3..1a618b4a 100644 --- a/requirements/requirements_test.txt +++ b/requirements/requirements_test.txt @@ -1,5 +1,5 @@ -r ./requirements_common.txt -localstack-client==2.5 +localstack-client==2.6 tftest==1.8.5