From fda6bd67c31d3d7882c4d334521655ab28812dc9 Mon Sep 17 00:00:00 2001 From: "ansible-documentation-bot[bot]" <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:20:53 +0100 Subject: [PATCH] [stable-2.17] ci: refresh dev dependencies (#1795) * ci: refresh dev dependencies * ci: refresh dev dependencies --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com> --- tests/static.txt | 2 +- tests/typing.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/static.txt b/tests/static.txt index 727fbea66e8..94c08370737 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.6.1 +ruff==0.6.2 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index 4cbf94cada0..9fcf961ae14 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -32,7 +32,7 @@ gitdb==4.0.11 # via gitpython gitpython==3.1.43 # via -r tests/../hacking/tagger/requirements.txt -idna==3.7 +idna==3.8 # via requests jinja2==3.1.4 # via -r tests/../hacking/pr_labeler/requirements.txt @@ -42,7 +42,7 @@ markupsafe==2.1.5 # via jinja2 mdurl==0.1.2 # via markdown-it-py -mypy==1.11.1 +mypy==1.11.2 # via -r tests/typing.in mypy-extensions==1.0.0 # via mypy @@ -56,7 +56,7 @@ platformdirs==4.2.2 # via virtualenv pycparser==2.22 # via cffi -pygithub==2.3.0 +pygithub==2.4.0 # via -r tests/../hacking/pr_labeler/requirements.txt pygments==2.18.0 # via rich @@ -76,7 +76,7 @@ tomli==2.0.1 # via # mypy # nox -typer==0.12.4 +typer==0.12.5 # via # -r tests/../hacking/pr_labeler/requirements.txt # -r tests/../hacking/tagger/requirements.txt