Skip to content

Commit

Permalink
ci: refresh dev dependencies (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansible-documentation-bot[bot] authored Oct 17, 2023
1 parent 47e2248 commit 90ee733
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 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.9.1
black==23.10.0
# via -r tests/formatters.in
click==8.1.7
# via black
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.292
ruff==0.1.0
# via -r tests/static.in
6 changes: 4 additions & 2 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ pycparser==2.21
pygithub==2.1.1
# via -r tests/../hacking/pr_labeler/requirements.txt
pyjwt==2.8.0
# via pygithub
# via
# pygithub
# pyjwt
pynacl==1.5.0
# via pygithub
python-dateutil==2.8.2
Expand All @@ -68,7 +70,7 @@ typing-extensions==4.8.0
# mypy
# pygithub
# typer
urllib3==2.0.6
urllib3==2.0.7
# via
# pygithub
# requests
Expand Down

0 comments on commit 90ee733

Please sign in to comment.