From 5adfca317f033438816250306bf08539aa666cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:35:28 +0000 Subject: [PATCH] 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Pipfile b/Pipfile index 847c24e..7a6ed15 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ verify_ssl = true yamllint = "~=1.35.1" ansible-lint = "~=24.12.2" molecule = "~=24.12.0" -molecule-plugins = {extras = ["podman"], version = "~=23.5.3"} +molecule-plugins = {extras = ["podman"], version = "~=23.6.0"} reuse = "~=5.0.2" netaddr = "~=1.3.0" diff --git a/Pipfile.lock b/Pipfile.lock index 62832a7..402b0e0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c1e1a772d8bf0c09e6018b674ff459bfb9ecfc2a6074b3d2ab3bf4f13c0bcac6" + "sha256": "3afc33fcf69be94318e028797c0f5c77a8125c115255179925eda1807743d83d" }, "pipfile-spec": 6, "requires": { @@ -466,11 +466,11 @@ }, "click": { "hashes": [ - "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", - "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" + "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", + "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" ], "markers": "python_version >= '3.7'", - "version": "==8.1.7" + "version": "==8.1.8" }, "click-help-colors": { "hashes": [ @@ -538,11 +538,11 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", + "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb" ], "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.5" }, "jsonschema": { "hashes": [ @@ -665,11 +665,12 @@ "podman" ], "hashes": [ - "sha256:87f8ac8d5e9fe1cbdfb784d92b1fd08e7cb11bf02a9391bb34dcb93fadf7a3fc", - "sha256:a2b1437d532d736e3fbc6db7a69ec533e2334b2115ff9245a0b2772ed9738d23" + "sha256:432586a21226ef72fca5eaafb56ec7c0dc6d5e471f4e1e5272be5425357bcd2c", + "sha256:be3d15329ede00d79a0a60482e8c78cfbb2d18500ad98319c0c076cb833db340" ], + "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==23.5.3" + "version": "==23.6.0" }, "mypy-extensions": { "hashes": [ @@ -1026,7 +1027,7 @@ "sha256:0dd927072d03c0a6527a20d2e6ad5ba8d0380e60870c383bc533b71744df7b7a", "sha256:e72f0de09bba6a04e0de70937b0cf06e55f36f37b3deb422dfaf854b867b840a" ], - "markers": "python_version >= '3.12'", + "markers": "python_version >= '3.8'", "version": "==10.0" }, "yamllint": {