Skip to content

Commit 1d5eaeb

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

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
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/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/typing.txt

Lines changed: 6 additions & 6 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 typer-slim
1919
codeowners==0.8.0
2020
# via -r tests/../hacking/pr_labeler/requirements.txt
@@ -24,13 +24,13 @@ colorama==0.4.6 ; sys_platform == 'win32'
2424
# colorlog
2525
colorlog==6.9.0
2626
# via nox
27-
cryptography==45.0.7
27+
cryptography==46.0.1
2828
# via pyjwt
2929
dependency-groups==1.3.1
3030
# via nox
3131
distlib==0.4.0
3232
# via virtualenv
33-
docutils==0.22
33+
docutils==0.22.2
3434
# via antsibull-docutils
3535
filelock==3.19.1
3636
# via virtualenv
@@ -40,7 +40,7 @@ jinja2==3.1.6
4040
# via -r tests/../hacking/pr_labeler/requirements.txt
4141
markupsafe==3.0.2
4242
# via jinja2
43-
mypy==1.18.1
43+
mypy==1.18.2
4444
# via -r tests/typing.in
4545
mypy-extensions==1.1.0
4646
# via mypy
@@ -64,9 +64,9 @@ pynacl==1.6.0
6464
# via pygithub
6565
requests==2.32.5
6666
# via pygithub
67-
typer-slim==0.17.4
67+
typer-slim==0.19.1
6868
# via -r tests/../hacking/pr_labeler/requirements.txt
69-
types-docutils==0.22.0.20250822
69+
types-docutils==0.22.0.20250919
7070
# via -r tests/typing.in
7171
typing-extensions==4.15.0
7272
# via

0 commit comments

Comments
 (0)