From e229fd620bb20a9a1bbf0f1b2ac596fc1203dcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 05:02:39 +0000 Subject: [PATCH] Bump antsibull-docs from 2.24.0 to 2.26.0 Bumps [antsibull-docs](https://github.com/ansible-community/antsibull-docs) from 2.24.0 to 2.26.0. - [Release notes](https://github.com/ansible-community/antsibull-docs/releases) - [Changelog](https://github.com/ansible-community/antsibull-docs/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ansible-community/antsibull-docs/compare/2.24.0...2.26.0) --- updated-dependencies: - dependency-name: antsibull-docs dependency-version: 2.26.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..6417680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "antsibull-changelog==0.35.1", - "antsibull-docs==2.24.0", + "antsibull-docs==2.26.0", "ansible-lint==26.4.0", "jinja2==3.1.6", "molecule==26.4.0",