Skip to content

Commit f95310d

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

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

tests/formatters.txt

Lines changed: 2 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.9.0
3+
black==25.11.0
44
# via -r tests/formatters.in
5-
click==8.3.0
5+
click==8.3.1
66
# via black
77
colorama==0.4.6 ; sys_platform == 'win32'
88
# via click

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.9.8
3+
uv==0.9.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.14.4
3+
ruff==0.14.5
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.3.0
3+
click==8.3.1
44
# via typer-slim
55
colorama==0.4.6 ; sys_platform == 'win32'
66
# via click

tests/typing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ argcomplete==3.6.3
66
# via nox
77
attrs==25.4.0
88
# via nox
9-
certifi==2025.10.5
9+
certifi==2025.11.12
1010
# via requests
1111
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
1212
# via
1313
# cryptography
1414
# pynacl
1515
charset-normalizer==3.4.4
1616
# via requests
17-
click==8.3.0
17+
click==8.3.1
1818
# via typer-slim
1919
codeowners==0.8.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
@@ -50,7 +50,7 @@ mypy==1.18.2
5050
# via -r tests/typing.in
5151
mypy-extensions==1.1.0
5252
# via mypy
53-
nox==2025.10.16
53+
nox==2025.11.12
5454
# via -r tests/typing.in
5555
packaging==25.0
5656
# via
@@ -67,7 +67,7 @@ pygithub==2.8.1
6767
# via -r tests/../hacking/pr_labeler/requirements.txt
6868
pyjwt==2.10.1
6969
# via pygithub
70-
pynacl==1.6.0
70+
pynacl==1.6.1
7171
# via pygithub
7272
requests==2.32.5
7373
# via pygithub
@@ -77,7 +77,7 @@ typer-slim==0.20.0
7777
# via
7878
# -r tests/../hacking/pr_labeler/requirements.txt
7979
# -r tests/tag.in
80-
types-docutils==0.22.2.20251006
80+
types-docutils==0.22.3.20251115
8181
# via -r tests/typing.in
8282
typing-extensions==4.15.0
8383
# via

0 commit comments

Comments
 (0)