From d29573f5ab736c8ef81dc8f31827b5cddf2473cc Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:14:23 +0000 Subject: [PATCH] [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 --- hacking/tagger/tag.py | 6 ++---- tests/formatters.txt | 6 +++--- tests/static.txt | 2 +- tests/tag.txt | 2 +- tests/typing.txt | 4 ++-- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/hacking/tagger/tag.py b/hacking/tagger/tag.py index 436d1578bd..609755e5e6 100755 --- a/hacking/tagger/tag.py +++ b/hacking/tagger/tag.py @@ -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 diff --git a/tests/formatters.txt b/tests/formatters.txt index 5a50467bdb..fd711bb240 100644 --- a/tests/formatters.txt +++ b/tests/formatters.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in -black==25.12.0 +black==26.1.0 # via -r tests/formatters.in click==8.3.1 # via black @@ -10,11 +10,11 @@ isort==7.0.0 # via -r tests/formatters.in mypy-extensions==1.1.0 # via black -packaging==25.0 +packaging==26.0 # via black pathspec==1.0.3 # via black platformdirs==4.5.1 # via black -pytokens==0.3.0 +pytokens==0.4.0 # via black diff --git a/tests/static.txt b/tests/static.txt index e2f9e4b36b..be6ab04a35 100644 --- a/tests/static.txt +++ b/tests/static.txt @@ -1,4 +1,4 @@ # This file was autogenerated by uv via the following command: # uv pip compile --universal --output-file tests/static.txt tests/static.in -ruff==0.14.13 +ruff==0.14.14 # via -r tests/static.in diff --git a/tests/tag.txt b/tests/tag.txt index d13349530e..8312614868 100644 --- a/tests/tag.txt +++ b/tests/tag.txt @@ -8,7 +8,7 @@ gitdb==4.0.12 # via gitpython gitpython==3.1.46 # via -r tests/tag.in -packaging==25.0 +packaging==26.0 # via -r tests/tag.in smmap==5.0.2 # via gitdb diff --git a/tests/typing.txt b/tests/typing.txt index b97bc03d0a..4978d951f1 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -54,7 +54,7 @@ mypy-extensions==1.1.0 # via mypy nox==2025.11.12 # via -r tests/typing.in -packaging==25.0 +packaging==26.0 # via # -r tests/tag.in # dependency-groups @@ -63,7 +63,7 @@ pathspec==1.0.3 # via mypy platformdirs==4.5.1 # via virtualenv -pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy' +pycparser==3.0 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy' # via cffi pygithub==2.8.1 # via -r tests/../hacking/pr_labeler/requirements.txt