Skip to content

Commit a70cb32

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

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

tests/formatters.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ pathspec==0.12.1
1616
# via black
1717
platformdirs==4.5.0
1818
# via black
19-
pytokens==0.1.10
19+
pytokens==0.2.0
2020
# 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.9.2
3+
uv==0.9.4
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.0
3+
ruff==0.14.1
44
# via -r tests/static.in

tests/typing.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cffi==2.0.0 ; platform_python_implementation != 'PyPy'
1212
# via
1313
# cryptography
1414
# pynacl
15-
charset-normalizer==3.4.3
15+
charset-normalizer==3.4.4
1616
# via requests
1717
click==8.3.0
1818
# via
@@ -24,9 +24,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
2424
# via
2525
# click
2626
# colorlog
27-
colorlog==6.9.0
27+
colorlog==6.10.1
2828
# via nox
29-
cryptography==46.0.2
29+
cryptography==46.0.3
3030
# via pyjwt
3131
dependency-groups==1.3.1
3232
# via nox
@@ -40,7 +40,9 @@ gitdb==4.0.12
4040
# via gitpython
4141
gitpython==3.1.45
4242
# via -r tests/tag.in
43-
idna==3.10
43+
humanize==4.14.0
44+
# via nox
45+
idna==3.11
4446
# via requests
4547
jinja2==3.1.6
4648
# via -r tests/../hacking/pr_labeler/requirements.txt
@@ -54,7 +56,7 @@ mypy==1.18.2
5456
# via -r tests/typing.in
5557
mypy-extensions==1.1.0
5658
# via mypy
57-
nox==2025.5.1
59+
nox==2025.10.16
5860
# via -r tests/typing.in
5961
packaging==25.0
6062
# via

0 commit comments

Comments
 (0)