Skip to content

Commit 88f1ad8

Browse files
ci: refresh dev dependencies (#3067)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 0fb5bed commit 88f1ad8

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

tests/formatters.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in
3-
black==25.1.0
3+
black==25.9.0
44
# via -r tests/formatters.in
5-
click==8.2.1
5+
click==8.3.0
66
# via black
77
colorama==0.4.6 ; sys_platform == 'win32'
88
# via click
@@ -16,3 +16,5 @@ pathspec==0.12.1
1616
# via black
1717
platformdirs==4.4.0
1818
# via black
19+
pytokens==0.1.10
20+
# via black

tests/pip-compile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/pip-compile.txt tests/pip-compile.in
3-
uv==0.8.17
3+
uv==0.8.19
44
# via -r tests/pip-compile.in

tests/static.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/static.txt tests/static.in
3-
ruff==0.13.0
3+
ruff==0.13.1
44
# via -r tests/static.in

tests/tag.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/tag.txt tests/tag.in
3-
click==8.2.1
3+
click==8.3.0
44
# via typer
55
colorama==0.4.6 ; sys_platform == 'win32'
66
# via click
@@ -22,7 +22,7 @@ shellingham==1.5.4
2222
# via typer
2323
smmap==5.0.2
2424
# via gitdb
25-
typer==0.17.4
25+
typer==0.19.1
2626
# via -r tests/tag.in
2727
typing-extensions==4.15.0
2828
# via typer

tests/typing.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cffi==2.0.0 ; platform_python_implementation != 'PyPy'
1414
# pynacl
1515
charset-normalizer==3.4.3
1616
# via requests
17-
click==8.2.1
17+
click==8.3.0
1818
# via
1919
# typer
2020
# typer-slim
@@ -26,13 +26,13 @@ colorama==0.4.6 ; sys_platform == 'win32'
2626
# colorlog
2727
colorlog==6.9.0
2828
# via nox
29-
cryptography==45.0.7
29+
cryptography==46.0.1
3030
# via pyjwt
3131
dependency-groups==1.3.1
3232
# via nox
3333
distlib==0.4.0
3434
# via virtualenv
35-
docutils==0.22
35+
docutils==0.22.2
3636
# via antsibull-docutils
3737
filelock==3.19.1
3838
# via virtualenv
@@ -50,7 +50,7 @@ markupsafe==3.0.2
5050
# via jinja2
5151
mdurl==0.1.2
5252
# via markdown-it-py
53-
mypy==1.18.1
53+
mypy==1.18.2
5454
# via -r tests/typing.in
5555
mypy-extensions==1.1.0
5656
# via mypy
@@ -83,11 +83,11 @@ shellingham==1.5.4
8383
# via typer
8484
smmap==5.0.2
8585
# via gitdb
86-
typer==0.17.4
86+
typer==0.19.1
8787
# via -r tests/tag.in
88-
typer-slim==0.17.4
88+
typer-slim==0.19.1
8989
# via -r tests/../hacking/pr_labeler/requirements.txt
90-
types-docutils==0.22.0.20250822
90+
types-docutils==0.22.0.20250919
9191
# via -r tests/typing.in
9292
typing-extensions==4.15.0
9393
# via

0 commit comments

Comments
 (0)