From 5053f386e81f0e149c43cabc385b8931249d3a79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 07:52:47 +0200 Subject: [PATCH] chore(deps): update dependency antsibull-docs to >=2.19,<2.20 (#670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [antsibull-docs](https://redirect.github.com/ansible-community/antsibull-docs) ([changelog](https://redirect.github.com/ansible-community/antsibull-docs/tree/main/CHANGELOG.md)) | `>=2.18,<2.19` -> `>=2.19,<2.20` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/antsibull-docs/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/antsibull-docs/2.18.0/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ansible-community/antsibull-docs (antsibull-docs) ### [`v2.19.1`](https://redirect.github.com/ansible-community/antsibull-docs/releases/tag/2.19.1) [Compare Source](https://redirect.github.com/ansible-community/antsibull-docs/compare/2.19.0...2.19.1) ##### Release Summary Bugfix release for official docsite build. ##### Bugfixes - Remove ansible.\_protomatter from the collection list if no plugins are found for it and it has not been explicitly added to the collection list ([#​405](https://redirect.github.com/ansible-community/antsibull-docs/pull/405)). - Remove old hint on configuration settings precedence. The new note makes this one superfluous ([#​404](https://redirect.github.com/ansible-community/antsibull-docs/pull/404)). ### [`v2.19.0`](https://redirect.github.com/ansible-community/antsibull-docs/releases/tag/2.19.0) [Compare Source](https://redirect.github.com/ansible-community/antsibull-docs/compare/2.18.0...2.19.0) ##### Release Summary Bugfix and feature release. ##### Minor Changes - Add a new subcommand ansible-output which allows to render Ansible output into RST code blocks ([#​397](https://redirect.github.com/ansible-community/antsibull-docs/pull/397), [#​401](https://redirect.github.com/ansible-community/antsibull-docs/pull/401), [#​402](https://redirect.github.com/ansible-community/antsibull-docs/pull/402)). - Antsibull-docutils 1.3.0+ is now an explicit dependency ([#​395](https://redirect.github.com/ansible-community/antsibull-docs/pull/395)). - For plugin options that can be configured through other means (Ansible variables, INI entries, environment variables, keywords, CLI arguments), show a notice on precedence below the plugin's parameters if more than one such way is present for an option ([#​400](https://redirect.github.com/ansible-community/antsibull-docs/pull/400), [#​403](https://redirect.github.com/ansible-community/antsibull-docs/pull/403)). - When linting extra docs, verify that files referenced in toctrees exist ([#​398](https://redirect.github.com/ansible-community/antsibull-docs/issues/398), [#​395](https://redirect.github.com/ansible-community/antsibull-docs/pull/395)). ##### Bugfixes - Fix bug that hid keyword config for plugin options for options that are only configurable this way ([#​403](https://redirect.github.com/ansible-community/antsibull-docs/pull/403)).
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ansible-collections/hetzner.hcloud). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index af23b69..b97120a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,4 +6,4 @@ cryptography # Development requirements pylint -antsibull-docs>=2.18,<2.19 +antsibull-docs>=2.19,<2.20