From 7ade9592c41582bcc88266642f873baf378d5006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 06:11:28 +0000 Subject: [PATCH] chore(deps-dev): bump molecule from 26.4.0 to 26.6.0 Bumps [molecule](https://github.com/ansible-community/molecule) from 26.4.0 to 26.6.0. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v26.4.0...v26.6.0) --- updated-dependencies: - dependency-name: molecule dependency-version: 26.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 460eb33..6640c78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1114,7 +1114,7 @@ version = "3.10.2" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.10" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "markdown-3.10.2-py3-none-any.whl", hash = "sha256:e91464b71ae3ee7afd3017d9f358ef0baf158fd9a298db92f1d4761133824c36"}, {file = "markdown-3.10.2.tar.gz", hash = "sha256:994d51325d25ad8aa7ce4ebaec003febcce822c3f8c911e3b17c52f7f589f950"}, @@ -1399,14 +1399,14 @@ mkdocs = ">=1.4.1" [[package]] name = "molecule" -version = "26.4.0" +version = "26.6.0" description = "Molecule aids in the development and testing of Ansible roles" optional = false python-versions = ">=3.10" groups = ["test"] files = [ - {file = "molecule-26.4.0-py3-none-any.whl", hash = "sha256:b231f4955f95240a8e2b8194c086d0b5e8ab998032a9411eafe85429442a3bd5"}, - {file = "molecule-26.4.0.tar.gz", hash = "sha256:12e4c905079f67628ae765506c697d2b8a744a65f2d4cbf5a3b22cb09d0dafc4"}, + {file = "molecule-26.6.0-py3-none-any.whl", hash = "sha256:e0d63011f1f044030a0c769178f4800271a2a8137f51124b18d673e576a88c52"}, + {file = "molecule-26.6.0.tar.gz", hash = "sha256:1870c5f5442403d77b5953d344382265a521eb4948885260c0cac084aa3dec02"}, ] [package.dependencies] @@ -1849,7 +1849,7 @@ version = "10.21.3" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.9" -groups = ["dev", "docs"] +groups = ["docs"] files = [ {file = "pymdown_extensions-10.21.3-py3-none-any.whl", hash = "sha256:d7a5d08014fc571e80ca21dd6f854e31f94c489800350564d55d15b3c41e76b6"}, {file = "pymdown_extensions-10.21.3.tar.gz", hash = "sha256:72cfcf55f07aea0d4af2c4f11dd4e52466ddfb1bb819673146398e0bd3a77354"}, @@ -2810,4 +2810,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "ruff", "sph [metadata] lock-version = "2.1" python-versions = "<3.15,>=3.14" -content-hash = "e704bed6878703620cb31cc4c2020d6ac9a5b2ec1e5f4e9ffd9caaee74cbd9a2" +content-hash = "7894d1d3b96d734f7586692044e4956629a4047d509995d73d25e7b5acfc67f5" diff --git a/pyproject.toml b/pyproject.toml index 395b3b7..1bd7848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ invoke = "^3.0.3" bump2version = "^1.0.1" [tool.poetry.group.test.dependencies] -molecule = "^26.4.0" +molecule = "^26.6.0" molecule-plugins = {extras = ["docker"], version = "^25.8.12"} [tool.poetry.group.lint.dependencies]