From 0ffe53aad6fceb6c800e61c4743097739610f383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:02:41 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11a888b..ca50039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "antsibull-docs==2.24.0", "ansible-lint==26.4.0", "jinja2==3.1.6", - "molecule==26.4.0", + "molecule==26.6.0", "molecule-plugins[podman]==25.8.12", "pywinrm==0.5.0", "yamllint==1.38.0",