From 40148ef732972c3213b1de1c2fcdd19903fdb8b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:37:47 -0500 Subject: [PATCH] ci: refresh dev dependencies (#383) Co-authored-by: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> --- tests/formatters.txt | 4 +++- tests/static.txt | 2 +- tests/typing.txt | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/tests/formatters.txt b/tests/formatters.txt index 979b15c7452..00b796414fd 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.7.0 +black==23.9.1 # via -r tests/formatters.in click==8.1.7 # via black @@ -20,3 +20,5 @@ platformdirs==3.10.0 # via black tomli==2.0.1 # via black +typing-extensions==4.7.1 + # via black diff --git a/tests/static.txt b/tests/static.txt index 88603294d35..31816015f31 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.287 +ruff==0.0.288 # via -r tests/static.in diff --git a/tests/typing.txt b/tests/typing.txt index 0c1d6829a13..6f6a5feb993 100644 --- a/tests/typing.txt +++ b/tests/typing.txt @@ -66,7 +66,7 @@ typing-extensions==4.7.1 # typer urllib3==2.0.4 # via requests -virtualenv==20.24.4 +virtualenv==20.24.5 # via nox wrapt==1.15.0 # via deprecated