From 6c69ffed5b068d801ec56efb1907d934a530b9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:46:11 +0100 Subject: [PATCH] build(deps): bump molecule-plugins[vagrant] from 23.5.3 to 23.6.0 (#11826) Bumps [molecule-plugins[vagrant]](https://github.com/ansible-community/molecule-plugins) from 23.5.3 to 23.6.0. - [Release notes](https://github.com/ansible-community/molecule-plugins/releases) - [Commits](https://github.com/ansible-community/molecule-plugins/compare/v23.5.3...v23.6.0) --- updated-dependencies: - dependency-name: molecule-plugins[vagrant] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 12b697262..caaa50233 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,7 +2,7 @@ ansible-lint==24.12.2 distlib==0.3.9 molecule==24.12.0 -molecule-plugins[vagrant]==23.5.3 +molecule-plugins[vagrant]==23.6.0 pytest-testinfra==10.1.1 python-vagrant==1.0.0 yamllint==1.35.1