From a2cde9e77e0e9faaa2f1cd7cc837e1141e49a61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:50:51 +0100 Subject: [PATCH] build(deps): bump ansible-lint from 24.10.0 to 24.12.2 (#11799) Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 24.10.0 to 24.12.2. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.10.0...v24.12.2) --- updated-dependencies: - dependency-name: ansible-lint 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 9fa8cca79d5..12b697262d9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ -r ../requirements.txt -ansible-lint==24.10.0 +ansible-lint==24.12.2 distlib==0.3.9 molecule==24.12.0 molecule-plugins[vagrant]==23.5.3