From cdb9cc0d58d331c024ebb69709e8a1eb30b7c70c Mon Sep 17 00:00:00 2001 From: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 20:50:45 +0000 Subject: [PATCH] ci: refresh dev dependencies --- tests/static.txt | 2 +- tests/typing.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/static.txt b/tests/static.txt index f916192d21..b7886798b5 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.8.1 +ruff==0.8.3 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index ef52edddac..e07de06b3b 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -4,9 +4,9 @@ # # pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in # -argcomplete==3.5.1 +argcomplete==3.5.2 # via nox -certifi==2024.8.30 +certifi==2024.12.14 # via requests cffi==1.17.1 # via @@ -58,7 +58,7 @@ tomli==2.2.1 # via # mypy # nox -typer-slim==0.14.0 +typer-slim==0.15.1 # via -r tests/../hacking/pr_labeler/requirements.txt typing-extensions==4.12.2 # via