Skip to content

Commit

Permalink
ci: refresh dev dependencies (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 11, 2023
1 parent f02d2a9 commit 40148ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,3 +20,5 @@ platformdirs==3.10.0
# via black
tomli==2.0.1
# via black
typing-extensions==4.7.1
# via black
2 changes: 1 addition & 1 deletion tests/static.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40148ef

Please sign in to comment.