Skip to content

Commit e44113b

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

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

tests/formatters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ click==8.3.0
66
# via black
77
colorama==0.4.6 ; sys_platform == 'win32'
88
# via click
9-
isort==6.1.0
9+
isort==7.0.0
1010
# via -r tests/formatters.in
1111
mypy-extensions==1.1.0
1212
# via black
1313
packaging==25.0
1414
# via black
1515
pathspec==0.12.1
1616
# via black
17-
platformdirs==4.4.0
17+
platformdirs==4.5.0
1818
# via black
1919
pytokens==0.1.10
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.8.23
3+
uv==0.9.2
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.13.3
3+
ruff==0.14.0
44
# via -r tests/static.in

tests/tag.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via -r tests/tag.in
1717
pygments==2.19.2
1818
# via rich
19-
rich==14.1.0
19+
rich==14.2.0
2020
# via typer
2121
shellingham==1.5.4
2222
# via typer

tests/typing.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ antsibull-docutils==1.3.0
44
# via -r tests/typing.in
55
argcomplete==3.6.2
66
# via nox
7-
attrs==25.3.0
7+
attrs==25.4.0
88
# via nox
9-
certifi==2025.8.3
9+
certifi==2025.10.5
1010
# via requests
1111
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
1212
# via
@@ -34,7 +34,7 @@ distlib==0.4.0
3434
# via virtualenv
3535
docutils==0.22.2
3636
# via antsibull-docutils
37-
filelock==3.19.1
37+
filelock==3.20.0
3838
# via virtualenv
3939
gitdb==4.0.12
4040
# via gitpython
@@ -63,7 +63,7 @@ packaging==25.0
6363
# nox
6464
pathspec==0.12.1
6565
# via mypy
66-
platformdirs==4.4.0
66+
platformdirs==4.5.0
6767
# via virtualenv
6868
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
6969
# via cffi
@@ -77,7 +77,7 @@ pynacl==1.6.0
7777
# via pygithub
7878
requests==2.32.5
7979
# via pygithub
80-
rich==14.1.0
80+
rich==14.2.0
8181
# via typer
8282
shellingham==1.5.4
8383
# via typer
@@ -87,7 +87,7 @@ typer==0.19.2
8787
# via -r tests/tag.in
8888
typer-slim==0.19.2
8989
# via -r tests/../hacking/pr_labeler/requirements.txt
90-
types-docutils==0.22.2.20250924
90+
types-docutils==0.22.2.20251006
9191
# via -r tests/typing.in
9292
typing-extensions==4.15.0
9393
# via
@@ -100,5 +100,5 @@ urllib3==2.5.0
100100
# via
101101
# pygithub
102102
# requests
103-
virtualenv==20.34.0
103+
virtualenv==20.35.3
104104
# via nox

0 commit comments

Comments
 (0)