From 4056b7b437debb4af3fec3533c29e9ef0ba219b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:46:16 +0000 Subject: [PATCH] chore(deps): update ansible-lint requirement from ~=24.5.0 to ~=24.6.0 Updates the requirements on [ansible-lint](https://github.com/ansible/ansible-lint) to permit the latest version. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.5.0...v24.6.0) --- updated-dependencies: - dependency-name: ansible-lint 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 442470a..173dbf5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ansible>=2.12 ## ansible/yaml lint -ansible-lint~=24.5.0 +ansible-lint~=24.6.0 yamllint~=1.35.1 ## molecule tests