Skip to content

Commit

Permalink
ci: refresh dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ansible-documentation-bot[bot] committed Dec 22, 2024
1 parent fd41e24 commit d43ddb2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/formatters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in
black==24.10.0
# via -r tests/formatters.in
click==8.1.7
click==8.1.8
# via black
colorama==0.4.6 ; platform_system == 'Windows'
# via click
Expand Down
2 changes: 1 addition & 1 deletion tests/static.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --output-file tests/static.txt tests/static.in
ruff==0.8.3
ruff==0.8.4
# via -r tests/static.in
2 changes: 1 addition & 1 deletion tests/tag.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --output-file tests/tag.txt tests/tag.in
click==8.1.7
click==8.1.8
# via typer
colorama==0.4.6 ; platform_system == 'Windows'
# via click
Expand Down
6 changes: 3 additions & 3 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cffi==1.17.1
# pynacl
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# typer
# typer-slim
Expand All @@ -36,15 +36,15 @@ gitpython==3.1.43
# via -r tests/tag.in
idna==3.10
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via -r tests/../hacking/pr_labeler/requirements.txt
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.13.0
mypy==1.14.0
# via -r tests/typing.in
mypy-extensions==1.0.0
# via mypy
Expand Down

0 comments on commit d43ddb2

Please sign in to comment.