From 67ffe3168c9bc885cc964d8a21e94f6eb658162a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:02:52 +0000 Subject: [PATCH] Bump molecule from 26.4.0 to 26.8.0 Bumps [molecule](https://github.com/ansible/molecule) from 26.4.0 to 26.8.0. - [Release notes](https://github.com/ansible/molecule/releases) - [Commits](https://github.com/ansible/molecule/compare/v26.4.0...v26.8.0) --- updated-dependencies: - dependency-name: molecule dependency-version: 26.8.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..00aeb3b 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.8.0", "molecule-plugins[podman]==25.8.12", "pywinrm==0.5.0", "yamllint==1.38.0",