From 3bb3b3dcf7d7c3947396bc33cb42a6aee9dc68b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 05:09:50 +0000 Subject: [PATCH] Bump ansible-lint from 6.2.1 to 6.2.2 in /.github/workflows Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/ansible-community/ansible-lint/releases) - [Commits](https://github.com/ansible-community/ansible-lint/compare/v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 6f6f6fb..f024761 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ pip==22.1.1 ansible==5.8.0 yamllint==1.26.3 -ansible-lint==6.2.1 +ansible-lint==6.2.2 poetry==1.1.13