From 186c9e5993dd157b78efbb76eb38e8635c8eb89f Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 11:28:30 +0000 Subject: [PATCH] ci: refresh dev dependencies (#3491) Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> --- tests/formatters.txt | 4 ++-- tests/static.txt | 2 +- tests/typing.txt | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/formatters.txt b/tests/formatters.txt index e934ad5f7f..f5e07321b1 100644 --- a/tests/formatters.txt +++ b/tests/formatters.txt @@ -8,7 +8,7 @@ black==26.1.0 # via -r tests/formatters.in click==8.3.1 # via black -isort==7.0.0 +isort==8.0.0 # via -r tests/formatters.in mypy-extensions==1.1.0 # via black @@ -16,7 +16,7 @@ packaging==26.0 # via black pathspec==1.0.4 # via black -platformdirs==4.9.1 +platformdirs==4.9.2 # via black pytokens==0.4.1 # via black diff --git a/tests/static.txt b/tests/static.txt index 0f7835c9ef..e63a6fdbcd 100644 --- a/tests/static.txt +++ b/tests/static.txt @@ -4,5 +4,5 @@ # # pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in # -ruff==0.15.1 +ruff==0.15.2 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index 43dd828cbf..357b3407c2 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -30,7 +30,7 @@ dependency-groups==1.3.1 # via nox distlib==0.4.0 # via virtualenv -filelock==3.24.0 +filelock==3.24.3 # via virtualenv humanize==4.15.0 # via nox @@ -38,7 +38,7 @@ idna==3.11 # via requests jinja2==3.1.6 # via -r tests/../hacking/pr_labeler/requirements.txt -librt==0.8.0 +librt==0.8.1 # via mypy markdown-it-py==4.0.0 # via rich @@ -58,7 +58,7 @@ packaging==26.0 # nox pathspec==1.0.4 # via mypy -platformdirs==4.9.1 +platformdirs==4.9.2 # via virtualenv pycparser==3.0 # via cffi @@ -72,13 +72,13 @@ pynacl==1.6.2 # via pygithub requests==2.32.5 # via pygithub -rich==14.3.2 +rich==14.3.3 # via typer shellingham==1.5.4 # via typer -typer==0.23.1 +typer==0.24.1 # via typer-slim -typer-slim==0.23.1 +typer-slim==0.24.0 # via -r tests/../hacking/pr_labeler/requirements.txt typing-extensions==4.15.0 # via @@ -89,5 +89,5 @@ urllib3==2.6.3 # via # pygithub # requests -virtualenv==20.36.1 +virtualenv==20.38.0 # via nox