From e6d8214f7c825068ee5df2f35cdc70d24a64d379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:20:56 +0000 Subject: [PATCH] fix(deps): bump ansible-lint from 24.2.2 to 24.7.0 in /.github/workflows Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 24.2.2 to 24.7.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.2.2...v24.7.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-minor ... 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 bf0a785..d0f8da5 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,6 +1,6 @@ ansible==10.1.0 # ansible-core==2.15.5 # https://github.com/ansible/molecule/issues/4017 -ansible-lint==24.2.2 +ansible-lint==24.7.0 pip==24.1.2 # urllib3==1.26.16 # <- periodically needed in some environments but not in github pipeline. Will leave it here for local builds: #https://github.com/docker/docker-py/issues/3113 yamllint==1.35.1