From 4300cc5b22cde058b7b9d47cf92bbeb765ec16fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:02:46 +0000 Subject: [PATCH] Bump ansible-lint from 26.4.0 to 26.8.0 Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 26.4.0 to 26.8.0. - [Release notes](https://github.com/ansible/ansible-lint/releases) - [Commits](https://github.com/ansible/ansible-lint/compare/v26.4.0...v26.8.0) --- updated-dependencies: - dependency-name: ansible-lint dependency-version: 26.8.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..364a967 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.8.0", "jinja2==3.1.6", "molecule==26.4.0", "molecule-plugins[podman]==25.8.12",