From f6191c4be34c92c897440a2d287a80f5e3f165c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 12:33:55 +0000 Subject: [PATCH] build(deps): update ansible-lint requirement from ~=6.18.0 to ~=6.22.1 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/v6.18.0...v6.22.1) --- 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 659e625..cf7a922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ansible>=2.12 ## ansible/yaml lint -ansible-lint~=6.18.0 +ansible-lint~=6.22.1 yamllint~=1.32.0 ## molecule tests