1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/requirements-dev.txt
renovate[bot] 5053f386e8
chore(deps): update dependency antsibull-docs to >=2.19,<2.20 (#670)
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

<details>
<summary>ansible-community/antsibull-docs (antsibull-docs)</summary>

###
[`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 <code>ansible.\_protomatter</code> from the collection list if
no plugins are found for it and it has not been explicitly added to the
collection list
([#&#8203;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
([#&#8203;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 <code>ansible-output</code> which allows to
render Ansible output into RST code blocks
([#&#8203;397](https://redirect.github.com/ansible-community/antsibull-docs/pull/397),
[#&#8203;401](https://redirect.github.com/ansible-community/antsibull-docs/pull/401),
[#&#8203;402](https://redirect.github.com/ansible-community/antsibull-docs/pull/402)).
- Antsibull-docutils 1.3.0+ is now an explicit dependency
([#&#8203;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
([#&#8203;400](https://redirect.github.com/ansible-community/antsibull-docs/pull/400),
[#&#8203;403](https://redirect.github.com/ansible-community/antsibull-docs/pull/403)).
- When linting extra docs, verify that files referenced in toctrees
exist
([#&#8203;398](https://redirect.github.com/ansible-community/antsibull-docs/issues/398),
[#&#8203;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
([#&#8203;403](https://redirect.github.com/ansible-community/antsibull-docs/pull/403)).

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-22 07:52:47 +02:00

9 lines
142 B
Text

ansible-core>=2.17
# Third party collections requirements
netaddr
cryptography
# Development requirements
pylint
antsibull-docs>=2.19,<2.20