From 90ee733d44f1e414b63153bc45a1e16ab12ee455 Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:11:08 -0500 Subject: [PATCH] ci: refresh dev dependencies (#638) --- tests/formatters.txt | 2 +- tests/static.txt | 2 +- tests/typing.txt | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/formatters.txt b/tests/formatters.txt index 7d5ecae2b9a..6aa9a7aeed4 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==23.9.1 +black==23.10.0 # via -r tests/formatters.in click==8.1.7 # via black diff --git a/tests/static.txt b/tests/static.txt index bfa81aff1ee..cde7dc0519a 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.0.292 +ruff==0.1.0 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index f4586466ced..88e52c7fc35 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -49,7 +49,9 @@ pycparser==2.21 pygithub==2.1.1 # via -r tests/../hacking/pr_labeler/requirements.txt pyjwt==2.8.0 - # via pygithub + # via + # pygithub + # pyjwt pynacl==1.5.0 # via pygithub python-dateutil==2.8.2 @@ -68,7 +70,7 @@ typing-extensions==4.8.0 # mypy # pygithub # typer -urllib3==2.0.6 +urllib3==2.0.7 # via # pygithub # requests