Skip to content

Commit e9cf7c1

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/formatters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
black==25.1.0
88
# via -r tests/formatters.in
9-
click==8.1.8
9+
click==8.2.0
1010
# via black
1111
isort==6.0.1
1212
# via -r tests/formatters.in
@@ -16,7 +16,7 @@ packaging==25.0
1616
# via black
1717
pathspec==0.12.1
1818
# via black
19-
platformdirs==4.3.7
19+
platformdirs==4.3.8
2020
# via black
2121
tomli==2.2.1
2222
# via black

tests/static.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
66
#
7-
ruff==0.11.8
7+
ruff==0.11.9
88
# via -r tests/static.in

tests/typing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ cffi==1.17.1
1616
# pynacl
1717
charset-normalizer==3.4.2
1818
# via requests
19-
click==8.1.8
19+
click==8.2.0
2020
# via typer-slim
2121
codeowners==0.8.0
2222
# via -r tests/../hacking/pr_labeler/requirements.txt
@@ -48,7 +48,7 @@ packaging==25.0
4848
# via
4949
# dependency-groups
5050
# nox
51-
platformdirs==4.3.7
51+
platformdirs==4.3.8
5252
# via virtualenv
5353
pycparser==2.22
5454
# via cffi
@@ -77,7 +77,7 @@ urllib3==2.4.0
7777
# via
7878
# pygithub
7979
# requests
80-
virtualenv==20.30.0
80+
virtualenv==20.31.2
8181
# via nox
8282
wrapt==1.17.2
8383
# via deprecated

0 commit comments

Comments
 (0)