Skip to content

Commit d2e7598

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

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

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.8
3+
uv==0.7.9
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.11
3+
ruff==0.11.12
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.1.8
3+
click==8.2.1
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.15.4
25+
typer==0.16.0
2626
# via -r tests/tag.in
2727
typing-extensions==4.13.2
2828
# via typer

tests/typing.txt

Lines changed: 8 additions & 6 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.1
1616
# via
1717
# typer
1818
# typer-slim
@@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
2424
# colorlog
2525
colorlog==6.9.0
2626
# via nox
27-
cryptography==45.0.2
27+
cryptography==45.0.3
2828
# via pyjwt
2929
dependency-groups==1.3.1
3030
# via nox
@@ -48,7 +48,7 @@ markupsafe==3.0.2
4848
# via jinja2
4949
mdurl==0.1.2
5050
# via markdown-it-py
51-
mypy==1.15.0
51+
mypy==1.16.0
5252
# via -r tests/typing.in
5353
mypy-extensions==1.1.0
5454
# via mypy
@@ -59,6 +59,8 @@ packaging==25.0
5959
# -r tests/tag.in
6060
# dependency-groups
6161
# nox
62+
pathspec==0.12.1
63+
# via mypy
6264
platformdirs==4.3.8
6365
# via virtualenv
6466
pycparser==2.22
@@ -79,11 +81,11 @@ shellingham==1.5.4
7981
# via typer
8082
smmap==5.0.2
8183
# via gitdb
82-
typer==0.15.4
84+
typer==0.16.0
8385
# via -r tests/tag.in
84-
typer-slim==0.15.4
86+
typer-slim==0.16.0
8587
# via -r tests/../hacking/pr_labeler/requirements.txt
86-
types-docutils==0.21.0.20250523
88+
types-docutils==0.21.0.20250526
8789
# via -r tests/typing.in
8890
typing-extensions==4.13.2
8991
# via

0 commit comments

Comments
 (0)