Skip to content

Commit 7488615

Browse files
[stable-2.18] ci: refresh dev dependencies (#3069)
* ci: refresh dev dependencies * ci: refresh dev dependencies * ci: refresh dev dependencies --------- Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent a079fc9 commit 7488615

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

tests/formatters.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
66
#
7-
black==25.1.0
7+
black==25.9.0
88
# via -r tests/formatters.in
9-
click==8.2.1
9+
click==8.3.0
1010
# via black
1111
isort==6.0.1
1212
# via -r tests/formatters.in
@@ -18,3 +18,5 @@ pathspec==0.12.1
1818
# via black
1919
platformdirs==4.4.0
2020
# via black
21+
pytokens==0.1.10
22+
# 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.13.0
7+
ruff==0.13.2
88
# via -r tests/static.in

tests/typing.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ cffi==2.0.0
1616
# pynacl
1717
charset-normalizer==3.4.3
1818
# via requests
19-
click==8.2.1
19+
click==8.3.0
2020
# via typer-slim
2121
codeowners==0.8.0
2222
# via -r tests/../hacking/pr_labeler/requirements.txt
2323
colorlog==6.9.0
2424
# via nox
25-
cryptography==45.0.7
25+
cryptography==46.0.1
2626
# via pyjwt
2727
dependency-groups==1.3.1
2828
# via nox
@@ -34,9 +34,9 @@ idna==3.10
3434
# via requests
3535
jinja2==3.1.6
3636
# via -r tests/../hacking/pr_labeler/requirements.txt
37-
markupsafe==3.0.2
37+
markupsafe==3.0.3
3838
# via jinja2
39-
mypy==1.18.1
39+
mypy==1.18.2
4040
# via -r tests/typing.in
4141
mypy-extensions==1.1.0
4242
# via mypy
@@ -60,7 +60,7 @@ pynacl==1.6.0
6060
# via pygithub
6161
requests==2.32.5
6262
# via pygithub
63-
typer-slim==0.17.4
63+
typer-slim==0.19.2
6464
# via -r tests/../hacking/pr_labeler/requirements.txt
6565
typing-extensions==4.15.0
6666
# via

0 commit comments

Comments
 (0)