diff --git a/poetry.lock b/poetry.lock index ea82d6e8..cdd84e79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1018,15 +1018,15 @@ files = [ [[package]] name = "molecule" -version = "25.6.0" +version = "25.7.0" description = "Molecule aids in the development and testing of Ansible roles" optional = false python-versions = ">=3.10" groups = ["test"] markers = "sys_platform == \"linux2\" or sys_platform == \"linux\" or sys_platform != \"linux2\" and sys_platform != \"linux\"" files = [ - {file = "molecule-25.6.0-py3-none-any.whl", hash = "sha256:76e968908802ad56bda4d46306da334e71e2211d4ef30429bdf4830042b3ed7c"}, - {file = "molecule-25.6.0.tar.gz", hash = "sha256:0db208de58bececb0ca87bf2cc48e1017234e1e3ad947c179487737f884e7c7c"}, + {file = "molecule-25.7.0-py3-none-any.whl", hash = "sha256:4184fdc2494a17fe6aecb144c01e14e6929cc5d2b5461ebfe90ed3fe3f37d01d"}, + {file = "molecule-25.7.0.tar.gz", hash = "sha256:a258ccaf0a2d15aa0b492fc4a5ad63868bb229e098451cd9a58fbf4015bba510"}, ] [package.dependencies] @@ -2286,4 +2286,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "<3.12,>=3.11" -content-hash = "dba1f9bfd7f7b4eae1dfd11890417f56b8f06ed89d8ca050acf9679c6e9f6870" +content-hash = "1bffcb97003b77a7c130b79488679144662379bdd0879c00097f833058be53e7" diff --git a/pyproject.toml b/pyproject.toml index 0d58c7d4..5e3d4680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ invoke = "^2.2.0" bump2version = "^1.0.1" [tool.poetry.group.test.dependencies] -molecule = "^25.6.0" +molecule = "^25.7.0" molecule-plugins = {extras = ["docker"], version = "^23.7.0"} [tool.poetry.group.lint.dependencies]