diff --git a/poetry.lock b/poetry.lock index f1490d8..118c447 100644 --- a/poetry.lock +++ b/poetry.lock @@ -37,13 +37,14 @@ s3transfer = ">=0.13.0,<0.14.0" [[package]] name = "awscli-local" -version = "0.22.0" +version = "0.22.2" description = "Thin wrapper around the \"aws\" command line interface for use with LocalStack" optional = false python-versions = "*" groups = ["dev"] files = [ - {file = "awscli-local-0.22.0.tar.gz", hash = "sha256:3807cf2ee4bbdd4df4dfc8bef027f25bde523dcaf8119720f677ed95ebba66a4"}, + {file = "awscli_local-0.22.2-py3-none-any.whl", hash = "sha256:1901ebef343ba8cbde06f9f6406b5415ef53e93296718c2c31c9d49b0b09bd9d"}, + {file = "awscli_local-0.22.2.tar.gz", hash = "sha256:07c532c372753bf5f15426451dc91d6eec9de8779748049329a9a882bdac8a0b"}, ] [package.dependencies] @@ -374,4 +375,4 @@ tests = ["build", "coverage", "mypy", "ruff", "wheel"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "a92b54e696316371458a0ec051a16a6cd3e5c39ea6fd30407b5d19724c3f58a8" +content-hash = "aba4d30339ae8ca2b266c59c22a34330bf94ccf4f8e61a6ece577142cd105407" diff --git a/pyproject.toml b/pyproject.toml index b172234..4387692 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ yq = "^3.2.3" [tool.poetry.group.dev.dependencies] ruff = "^0.12.0" awscli = "^1.42.7" -awscli-local = "^0.22.0" +awscli-local = "^0.22.2" yq = "^3.2.3" # Development-only dependency for YAML processing; version chosen for compatibility with project tooling [tool.ruff]