From b00c3dc20cba14e81563e5e901ef542c73b2a085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:33:27 +0000 Subject: [PATCH] chore(deps): update ansible-lint requirement from ~=24.2.1 to ~=24.2.2 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.1...v24.2.2) --- 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 08c3141..5a16765 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ ansible>=2.12 # Required for testing ## ansible/yaml lint -ansible-lint~=24.2.1 +ansible-lint~=24.2.2 yamllint~=1.35.1 ## molecule tests