diff --git a/poetry.lock b/poetry.lock index 454fd74..65d1d87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1098,13 +1098,13 @@ testinfra = ["pytest-testinfra (>=8.1.0)"] [[package]] name = "molecule-plugins" -version = "23.4.1" +version = "23.5.0" description = "Molecule Plugins" optional = false python-versions = ">=3.9" files = [ - {file = "molecule-plugins-23.4.1.tar.gz", hash = "sha256:34c47ee2c11c35ba30ca84ea684c1ee1669cf7e58d2197ac9dbfcbf42d0a1b7b"}, - {file = "molecule_plugins-23.4.1-py3-none-any.whl", hash = "sha256:6734e11fa36b1ee3f1f80feaaa4eb703eae17f9117abe53dc5af6f3f093c0a63"}, + {file = "molecule-plugins-23.5.0.tar.gz", hash = "sha256:f13ea047b8650c892604b81b76382bc80bb4ae25ea50b23f30e81fd9d5802aff"}, + {file = "molecule_plugins-23.5.0-py3-none-any.whl", hash = "sha256:893dba8d077adb30fcd50a5d082300404ced3bb745451bc0927d4a1ada131d31"}, ] [package.dependencies] @@ -1898,4 +1898,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "<3.11,>=3.10" -content-hash = "f8e65868a8b59cbe3adbf0dd546b91b946543e2f4e8ea60e997fdb67a83f2bc8" +content-hash = "68dfef1f34494e2c6c63e97e95a2aae71b8c8380bb706d7e77d5495e107e5373" diff --git a/pyproject.toml b/pyproject.toml index 26d4924..082126c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ bump2version = "^1.0.1" yamllint = "^1.32.0" ansible-lint = {version = "^6.17.2", markers = "platform_system != 'Windows'"} molecule = "^6.0.2" -molecule-plugins = {extras = ["docker"], version = "^23.4.1"} +molecule-plugins = {extras = ["docker"], version = "^23.5.0"} [tool.flakeheaven] format = "grouped"