From 372369c04d6d8a3edc0c63704d502570cd5eb007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:26:55 +0000 Subject: [PATCH] fix(deps): bump molecule-plugins from 23.5.3 to 23.6.0 Bumps [molecule-plugins](https://github.com/ansible-community/molecule-plugins) from 23.5.3 to 23.6.0. - [Release notes](https://github.com/ansible-community/molecule-plugins/releases) - [Commits](https://github.com/ansible-community/molecule-plugins/compare/v23.5.3...v23.6.0) --- updated-dependencies: - dependency-name: molecule-plugins dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb9dac5..4ebf63f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "ansible-compat" @@ -673,23 +673,24 @@ testinfra = ["pytest-testinfra (>=8.1.0)"] [[package]] name = "molecule-plugins" -version = "23.5.3" +version = "23.6.0" description = "Molecule Plugins" optional = false python-versions = ">=3.9" files = [ - {file = "molecule-plugins-23.5.3.tar.gz", hash = "sha256:a2b1437d532d736e3fbc6db7a69ec533e2334b2115ff9245a0b2772ed9738d23"}, - {file = "molecule_plugins-23.5.3-py3-none-any.whl", hash = "sha256:87f8ac8d5e9fe1cbdfb784d92b1fd08e7cb11bf02a9391bb34dcb93fadf7a3fc"}, + {file = "molecule_plugins-23.6.0-py3-none-any.whl", hash = "sha256:be3d15329ede00d79a0a60482e8c78cfbb2d18500ad98319c0c076cb833db340"}, + {file = "molecule_plugins-23.6.0.tar.gz", hash = "sha256:432586a21226ef72fca5eaafb56ec7c0dc6d5e471f4e1e5272be5425357bcd2c"}, ] [package.dependencies] docker = {version = ">=4.3.1", optional = true, markers = "extra == \"docker\""} molecule = ">=6.0.0a1" requests = {version = "*", optional = true, markers = "extra == \"docker\""} -selinux = {version = "*", optional = true, markers = "(sys_platform == \"linux\" or sys_platform == \"linux2\") and extra == \"docker\""} +selinux = {version = "*", optional = true, markers = "(sys_platform == \"linux2\" or sys_platform == \"linux\") and extra == \"docker\""} [package.extras] docker = ["docker (>=4.3.1)", "requests", "selinux", "selinux"] +gce = ["google-auth (>=2.28.2)", "requests (>=2.31.0)"] openstack = ["openstacksdk (>=1.1.0)"] selinux = ["selinux", "selinux"] test = ["molecule[test] (>=6.0.0a1)", "pytest-helpers-namespace (>=2019.1.8)"]