From 5614a6a5396c5e3e7d88f3365544b3a944ce84e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 20:13:37 +0100 Subject: [PATCH] fix(deps): bump ansible-lint in /.github/workflows (#209) Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 24.12.2 to 25.1.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v24.12.2...v25.1.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d0a865a..770edab 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,6 +1,6 @@ ansible==11.1.0 # ansible-core==2.15.5 # https://github.com/ansible/molecule/issues/4017 -ansible-lint==24.12.2 +ansible-lint==25.1.0 pip==24.3.1 # 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