From 1ac7cfecc14ee92045678d2f4d7917d76f569b03 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:17:36 +0200 Subject: [PATCH] chore(deps): update dependency antsibull-docs to >=2.17,<2.18 (#644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | 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.16,<2.17` -> `>=2.17,<2.18` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/antsibull-docs/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/antsibull-docs/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/antsibull-docs/2.16.3/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/antsibull-docs/2.16.3/2.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
ansible-community/antsibull-docs (antsibull-docs) ### [`v2.17.0`](https://redirect.github.com/ansible-community/antsibull-docs/releases/tag/2.17.0) [Compare Source](https://redirect.github.com/ansible-community/antsibull-docs/compare/2.16.3...2.17.0) ##### Release Summary Feature and bugfix release. ##### Minor Changes - Extend deprecation/removal note that collections can be installed manually after removal ([#​371](https://redirect.github.com/ansible-community/antsibull-docs/pull/371)). ##### Bugfixes - Make sure that all errors are caught during documentation normalization. Until now exceptions derived from BaseException that are not derived from Exception are not handled correctly ([#​389](https://redirect.github.com/ansible-community/antsibull-docs/pull/389)).
--- ### 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9f41b0..e2c1748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ requests # Development requirements pylint -antsibull-docs>=2.16,<2.17 +antsibull-docs>=2.17,<2.18