From 5445306873f67f3bc7326019b59ae9870d9c83ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:10:19 +0000 Subject: [PATCH] Bump antsibull-docs from 2.16.3 to 2.21.0 Bumps [antsibull-docs](https://github.com/ansible-community/antsibull-docs) from 2.16.3 to 2.21.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.16.3...2.21.0) --- updated-dependencies: - dependency-name: antsibull-docs dependency-version: 2.21.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 aca08b726..aa16f0b63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.11" dependencies = [ "ansible-core==2.18.5", "antsibull-changelog==0.34.0", - "antsibull-docs==2.16.3", + "antsibull-docs==2.21.0", "ansible-lint==25.4.0", "jinja2==3.1.6", "molecule==25.1.0",