diff --git a/poetry.lock b/poetry.lock index 8586601..498d057 100644 --- a/poetry.lock +++ b/poetry.lock @@ -806,13 +806,13 @@ files = [ [[package]] name = "molecule" -version = "24.8.0" +version = "24.9.0" description = "Molecule aids in the development and testing of Ansible roles" optional = false python-versions = ">=3.10" files = [ - {file = "molecule-24.8.0-py3-none-any.whl", hash = "sha256:8e748ec0cf18e7ef718af2caf18e3ef77dff54f5be1ecee9ffaa93095f301cf5"}, - {file = "molecule-24.8.0.tar.gz", hash = "sha256:140738904e9f17815780568ac408c9f73bb9e2ac721e34685a359e6d3507e677"}, + {file = "molecule-24.9.0-py3-none-any.whl", hash = "sha256:ecb15e4c6b66e208e0621e19b100d471a06cd114371f46449620e7eda3ec0a62"}, + {file = "molecule-24.9.0.tar.gz", hash = "sha256:8548eda13c31a1ea41ba0786b29dde466cfb812617c25792151335b17a410f63"}, ] [package.dependencies] @@ -1704,4 +1704,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "<3.11,>=3.10" -content-hash = "f7dc6a864337b1c1bfea2536cd105f9bab0a40a0c3795e49eae5495d967c066c" +content-hash = "2ad56d66646b42c6ab8ba5ee79c665fe81b173bbaf155dfc9f37c1237989f1ca" diff --git a/pyproject.toml b/pyproject.toml index 8263347..6a7afe9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ invoke = "^2.2.0" bump2version = "^1.0.1" [tool.poetry.group.test.dependencies] -molecule = "^24.8.0" +molecule = "^24.9.0" molecule-plugins = {extras = ["docker"], version = "^23.5.3"} [tool.poetry.group.lint.dependencies]