From e2988c95b6ebaaaee7f3aa7bbf477ebb76185ef4 Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:50:40 +0100 Subject: [PATCH] ci: refresh dev dependencies (#2516) Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> --- tests/formatters.txt | 2 +- tests/static.txt | 2 +- tests/typing.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/formatters.txt b/tests/formatters.txt index e5c8f9aa30..0131bdcfb8 100644 --- a/tests/formatters.txt +++ b/tests/formatters.txt @@ -20,5 +20,5 @@ platformdirs==4.3.7 # via black tomli==2.2.1 # via black -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via black diff --git a/tests/static.txt b/tests/static.txt index 7900cffe75..541ed121ff 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.11.4 +ruff==0.11.5 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index 4d51e8837e..7c3a63e1d7 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -67,13 +67,13 @@ tomli==2.2.1 # nox typer-slim==0.15.2 # via -r tests/../hacking/pr_labeler/requirements.txt -typing-extensions==4.13.1 +typing-extensions==4.13.2 # via # codeowners # mypy # pygithub # typer-slim -urllib3==2.3.0 +urllib3==2.4.0 # via # pygithub # requests