From 3da95e16d93cd8c53fdfcd61ba4e9e7ea364d5ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:21:28 +0000 Subject: [PATCH] build(deps): bump molecule from 26.3.0 to 26.4.0 in the molecule group Bumps the molecule group with 1 update: [molecule](https://github.com/ansible-community/molecule). Updates `molecule` from 26.3.0 to 26.4.0 - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v26.3.0...v26.4.0) --- updated-dependencies: - dependency-name: molecule dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: molecule ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f0eb57b52..0b8ef327e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -r ../requirements.txt distlib==0.4.0 # required for building collections -molecule==26.3.0 +molecule==26.4.0 pytest-testinfra==10.2.2