Skip to content

Commit

Permalink
ci: refresh dev dependencies (ansible#315)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4ec04d6)

Co-authored-by: Github Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored and gotmax23 committed Aug 27, 2023
1 parent c377dac commit 661a584
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==23.7.0
# via -r tests/formatters.in
click==8.1.6
click==8.1.7
# via black
isort==5.12.0
# via -r tests/formatters.in
Expand Down
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.284
ruff==0.0.285
# via -r tests/static.in
6 changes: 3 additions & 3 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==1.15.1
# pynacl
charset-normalizer==3.2.0
# via requests
click==8.1.6
click==8.1.7
# via typer
codeowners==0.6.0
# via -r tests/../hacking/pr_labeler/requirements.txt
Expand All @@ -30,7 +30,7 @@ filelock==3.12.2
# via virtualenv
idna==3.4
# via requests
mypy==1.5.0
mypy==1.5.1
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down Expand Up @@ -61,7 +61,7 @@ typing-extensions==4.7.1
# typer
urllib3==2.0.4
# via requests
virtualenv==20.24.2
virtualenv==20.24.3
# via nox
wrapt==1.15.0
# via deprecated

0 comments on commit 661a584

Please sign in to comment.