From 6afad2ed5aeff3dc06329968019d66dcafae01f9 Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:37:32 -0500 Subject: [PATCH] ci: refresh dev dependencies (#2474) --- tests/formatters.txt | 8 ++++---- tests/spelling.txt | 2 +- tests/static.txt | 2 +- tests/typing.txt | 37 ++++++++++++++++++++++--------------- 4 files changed, 28 insertions(+), 21 deletions(-) diff --git a/tests/formatters.txt b/tests/formatters.txt index 9d3807dafa..e01d5d5636 100644 --- a/tests/formatters.txt +++ b/tests/formatters.txt @@ -4,11 +4,11 @@ # # pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in # -black==24.10.0 +black==25.1.0 # via -r tests/formatters.in click==8.1.8 # via black -isort==5.13.2 +isort==6.0.1 # via -r tests/formatters.in mypy-extensions==1.0.0 # via black @@ -16,9 +16,9 @@ packaging==24.2 # via black pathspec==0.12.1 # via black -platformdirs==4.3.6 +platformdirs==4.3.7 # via black tomli==2.2.1 # via black -typing-extensions==4.12.2 +typing-extensions==4.13.0 # via black diff --git a/tests/spelling.txt b/tests/spelling.txt index f68489fd31..db20d63145 100644 --- a/tests/spelling.txt +++ b/tests/spelling.txt @@ -4,5 +4,5 @@ # # pip-compile --allow-unsafe --output-file=tests/spelling.txt --strip-extras tests/spelling.in # -codespell==2.3.0 +codespell==2.4.1 # via -r tests/spelling.in diff --git a/tests/static.txt b/tests/static.txt index ab577dabf4..c408fb4fe7 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.6 +ruff==0.11.2 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index c800e9000a..1c5ff4a6a5 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -4,9 +4,11 @@ # # pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in # -argcomplete==3.5.3 +argcomplete==3.6.1 # via nox -certifi==2024.12.14 +attrs==25.3.0 + # via nox +certifi==2025.1.31 # via requests cffi==1.17.1 # via @@ -20,33 +22,37 @@ codeowners==0.7.0 # via -r tests/../hacking/pr_labeler/requirements.txt colorlog==6.9.0 # via nox -cryptography==44.0.0 +cryptography==44.0.2 # via pyjwt -deprecated==1.2.15 +dependency-groups==1.3.0 + # via nox +deprecated==1.2.18 # via pygithub distlib==0.3.9 # via virtualenv -filelock==3.16.1 +filelock==3.18.0 # via virtualenv idna==3.10 # via requests -jinja2==3.1.5 +jinja2==3.1.6 # via -r tests/../hacking/pr_labeler/requirements.txt markupsafe==3.0.2 # via jinja2 -mypy==1.14.1 +mypy==1.15.0 # via -r tests/typing.in mypy-extensions==1.0.0 # via mypy -nox==2024.10.9 +nox==2025.2.9 # via -r tests/typing.in packaging==24.2 - # via nox -platformdirs==4.3.6 + # via + # dependency-groups + # nox +platformdirs==4.3.7 # via virtualenv pycparser==2.22 # via cffi -pygithub==2.5.0 +pygithub==2.6.1 # via -r tests/../hacking/pr_labeler/requirements.txt pyjwt==2.10.1 # via pygithub @@ -56,11 +62,12 @@ requests==2.32.3 # via pygithub tomli==2.2.1 # via + # dependency-groups # mypy # nox -typer-slim==0.15.1 +typer-slim==0.15.2 # via -r tests/../hacking/pr_labeler/requirements.txt -typing-extensions==4.12.2 +typing-extensions==4.13.0 # via # codeowners # mypy @@ -70,7 +77,7 @@ urllib3==2.3.0 # via # pygithub # requests -virtualenv==20.28.1 +virtualenv==20.29.3 # via nox -wrapt==1.17.0 +wrapt==1.17.2 # via deprecated