From 58fe0063f6469d55ee2a5b5b41d9179a3e82d3e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 21:59:33 +0000 Subject: [PATCH] chore(deps): update ansible-lint requirement from ~=24.2.2 to ~=24.2.3 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.2.2...v24.2.3) --- 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 452ec39..93a3694 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ ansible>=2.12 ## ansible/yaml lint -ansible-lint~=24.2.2 +ansible-lint~=24.2.3 yamllint~=1.35.1 ## molecule tests