Skip to content

Commit 06115bc

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tests/formatters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
88
# via click
99
isort==6.0.1
1010
# via -r tests/formatters.in
11-
mypy-extensions==1.0.0
11+
mypy-extensions==1.1.0
1212
# via black
1313
packaging==25.0
1414
# 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.6.14
3+
uv==0.6.17
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.6
3+
ruff==0.11.7
44
# via -r tests/static.in

tests/typing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ argcomplete==3.6.2
44
# via nox
55
attrs==25.3.0
66
# via nox
7-
certifi==2025.1.31
7+
certifi==2025.4.26
88
# via requests
99
cffi==1.17.1
1010
# via
@@ -16,7 +16,7 @@ click==8.1.8
1616
# via
1717
# typer
1818
# typer-slim
19-
codeowners==0.7.0
19+
codeowners==0.8.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
2121
colorama==0.4.6 ; sys_platform == 'win32'
2222
# via
@@ -50,7 +50,7 @@ mdurl==0.1.2
5050
# via markdown-it-py
5151
mypy==1.15.0
5252
# via -r tests/typing.in
53-
mypy-extensions==1.0.0
53+
mypy-extensions==1.1.0
5454
# via mypy
5555
nox==2025.2.9
5656
# via -r tests/typing.in

0 commit comments

Comments
 (0)