From 812ece3774556835c8d71c7fce888b402e423c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:02:47 +0000 Subject: [PATCH] Bump ansible-lint from 26.4.0 to 26.6.0 Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 26.4.0 to 26.6.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v26.4.0...v26.6.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-version: 26.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11a888b..b1b6a99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" dependencies = [ "antsibull-changelog==0.35.1", "antsibull-docs==2.24.0", - "ansible-lint==26.4.0", + "ansible-lint==26.6.0", "jinja2==3.1.6", "molecule==26.4.0", "molecule-plugins[podman]==25.8.12",