From d0e3fa198f72b2bd9803f0b0cc5ef67a98ac0f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 05:02:38 +0000 Subject: [PATCH] Bump molecule-plugins from 25.8.12 to 26.7.8 Bumps [molecule-plugins](https://github.com/ansible-community/molecule-plugins) from 25.8.12 to 26.7.8. - [Release notes](https://github.com/ansible-community/molecule-plugins/releases) - [Commits](https://github.com/ansible-community/molecule-plugins/compare/v25.8.12...v26.7.8) --- updated-dependencies: - dependency-name: molecule-plugins dependency-version: 26.7.8 dependency-type: direct:production update-type: version-update:semver-major ... 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..8621370 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "ansible-lint==26.4.0", "jinja2==3.1.6", "molecule==26.4.0", - "molecule-plugins[podman]==25.8.12", + "molecule-plugins[podman]==26.7.8", "pywinrm==0.5.0", "yamllint==1.38.0", ]