From c5d634f83d0befbfacde63e58a4ba70a519d7fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 21:26:51 +0000 Subject: [PATCH] chore(deps): update molecule requirement from ~=24.2.0 to ~=24.2.1 Updates the requirements on [molecule](https://github.com/ansible-community/molecule) to permit the latest version. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v24.2.0...v24.2.1) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84bca1a..2473b84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ ansible-lint~=24.2.1 yamllint~=1.35.1 ## molecule tests -molecule~=24.2.0 +molecule~=24.2.1 molecule-plugins~=23.5.3 docker~=7.0.0