From a8036fa565a9c7884bd91629d4cca8d8a11b0a13 Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:46:55 +0100 Subject: [PATCH] ci: refresh dev dependencies (#1730) 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 fb3fda3d9f7..35c12bae48f 100644 --- a/tests/formatters.txt +++ b/tests/formatters.txt @@ -4,7 +4,7 @@ # # pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in # -black==24.4.2 +black==24.8.0 # via -r tests/formatters.in click==8.1.7 # via black diff --git a/tests/static.txt b/tests/static.txt index 1d46f32a5c6..2572ccd15da 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.5.5 +ruff==0.5.6 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index ce1a5713f27..d082e99e928 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -42,7 +42,7 @@ markupsafe==2.1.5 # via jinja2 mdurl==0.1.2 # via markdown-it-py -mypy==1.11.0 +mypy==1.11.1 # via -r tests/typing.in mypy-extensions==1.0.0 # via mypy @@ -60,7 +60,7 @@ pygithub==2.3.0 # via -r tests/../hacking/pr_labeler/requirements.txt pygments==2.18.0 # via rich -pyjwt==2.8.0 +pyjwt==2.9.0 # via pygithub pynacl==1.5.0 # via pygithub