[devel] ci: refresh dev dependencies (#3445)

* ci: refresh dev dependencies

* format the tagger script

---------

Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
Co-authored-by: Don Naro <dnaro@redhat.com>
This commit is contained in:
ansible-documentation-bot[bot]
2026-01-27 19:14:23 +00:00
committed by GitHub
parent e3bea8f1a7
commit d29573f5ab
5 changed files with 9 additions and 11 deletions

View File

@@ -27,14 +27,12 @@ import typer
from packaging.version import Version
MESSAGE = Template(
"""\
MESSAGE = Template("""\
${version_str}
This tag contains a snapshot of the ansible-documentation ${branch} branch
at the time of the ansible-core ${version_str} release.
"""
)
""")
# hacking/tagger
HERE = Path(__file__).resolve().parent
ROOT = HERE.parent.parent