From 17a0b94f9772d73c4045cf90103b6834ea1dd483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:09:12 +0000 Subject: [PATCH] chore(deps): bump localstack-client from 1.39 to 2.6 Bumps [localstack-client](https://github.com/localstack/localstack-python-client) from 1.39 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-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3635cea..90c517e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -182,12 +182,12 @@ files = [ [[package]] name = "localstack-client" -version = "1.39" +version = "2.6" description = "A lightweight Python client for LocalStack." optional = false python-versions = "*" files = [ - {file = "localstack-client-1.39.tar.gz", hash = "sha256:71124983d15418c90ec9a82c4bde0460b29c62896cd44527b4b3346f8d5f8a89"}, + {file = "localstack_client-2.6.tar.gz", hash = "sha256:67c9da9ea04152b142ecd1ac9a2ae2e231c2a8fcff542faf02d7f9f80843f215"}, ] [package.dependencies] @@ -575,4 +575,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "fccc949930e94db2af0388fc0759e76b1058c6fcb81a6d85acec5a7ead538732" +content-hash = "4adb395ed4c066fa852c5f14e9bedf578c83a2b01225aaefa30d1b27730aecb1" diff --git a/pyproject.toml b/pyproject.toml index dbcfb44..4fc3a68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ attrs = "^23.1.0" [tool.poetry.dev-dependencies] pytest-runner = "^6.0.0" pytest = "^8.1.1" -localstack-client = "^1.7" +localstack-client = "^2.6" pre-commit = "^2.20.0" ruff = "^0.5.1" tox = "^4.15.1"