Skip to content

Commit 8a2118d

Browse files
ci: refresh dev dependencies (#2622)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 2bb139c commit 8a2118d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

tests/formatters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in
33
black==25.1.0
44
# via -r tests/formatters.in
5-
click==8.1.8
5+
click==8.2.0
66
# via black
77
colorama==0.4.6 ; sys_platform == 'win32'
88
# via click
@@ -14,5 +14,5 @@ packaging==25.0
1414
# via black
1515
pathspec==0.12.1
1616
# via black
17-
platformdirs==4.3.7
17+
platformdirs==4.3.8
1818
# 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.7.2
3+
uv==0.7.3
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.11.8
3+
ruff==0.11.9
44
# via -r tests/static.in

tests/tag.txt

Lines changed: 1 addition & 1 deletion
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.1.8
3+
click==8.2.0
44
# via typer
55
colorama==0.4.6 ; sys_platform == 'win32'
66
# via click

tests/typing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==1.17.1
1212
# pynacl
1313
charset-normalizer==3.4.2
1414
# via requests
15-
click==8.1.8
15+
click==8.2.0
1616
# via
1717
# typer
1818
# typer-slim
@@ -59,7 +59,7 @@ packaging==25.0
5959
# -r tests/tag.in
6060
# dependency-groups
6161
# nox
62-
platformdirs==4.3.7
62+
platformdirs==4.3.8
6363
# via virtualenv
6464
pycparser==2.22
6565
# via cffi
@@ -96,7 +96,7 @@ urllib3==2.4.0
9696
# via
9797
# pygithub
9898
# requests
99-
virtualenv==20.30.0
99+
virtualenv==20.31.2
100100
# via nox
101101
wrapt==1.17.2
102102
# via deprecated

0 commit comments

Comments
 (0)