From b467c66f72e386ced2e92970fa051341a5a06be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 04:29:27 +0000 Subject: [PATCH] chore(deps): update molecule requirement from ~=24.12.0 to ~=25.3.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.12.0...v25.3.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 1a9049d..bc98952 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # for running tests -molecule~=24.12.0 +molecule~=25.3.1 molecule-plugins[docker]~=23.5.3 requests==2.30.0 docker~=7.1.0