diff --git a/poetry.lock b/poetry.lock index fd1a40e..2effa1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -704,13 +704,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] @@ -1135,4 +1135,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "05ced9591eb5041434c727281c42822641284b2a2422883184202011ab248c9f" +content-hash = "993284a9dd837ac3eda70b4d5e05ff710f891e189ccfb6216f7d853e1245db68" diff --git a/pyproject.toml b/pyproject.toml index c714fb7..f8a6235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ ansible-lint = { version = "^6.18.0", markers = "platform_system != 'Windows'" } yamllint = "^1.32.0" reuse = "^2.1.0" molecule = "^6.0.2" -molecule-plugins = {version = "^23.4.1", extras = ["podman"]} +molecule-plugins = {version = "^23.5.0", extras = ["podman"]} [build-system] requires = ["poetry-core>=1.0.0"]