From 87b77d1b23aea9feef70cb2d251d9666092159d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:14:30 +0530 Subject: [PATCH] Bump ansible-lint from 6.22.2 to 24.2.0 in /_build (#390) Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.22.2 to 24.2.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v6.22.2...v24.2.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index 9a61af2..c5fa53f 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -5,7 +5,7 @@ cython>=3.0.5; python_version >= "3.12" ansible-core==2.16.3 ansible-pylibssh==1.1.0 ansible-runner==2.3.4 -ansible-lint==6.22.2 +ansible-lint==24.2.0 molecule==6.0.3 molecule-plugins[podman]==23.5.0 paramiko==3.4.0 # https://github.com/ansible/creator-ee/issues/140