Skip to content

Commit c7bda8c

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.12.12
3+
ruff==0.13.0
44
# via -r tests/static.in

tests/typing.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==25.3.0
88
# via nox
99
certifi==2025.8.3
1010
# via requests
11-
cffi==1.17.1
11+
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
1212
# via
1313
# cryptography
1414
# pynacl
@@ -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.17.1
43+
mypy==1.18.1
4444
# via -r tests/typing.in
4545
mypy-extensions==1.1.0
4646
# via mypy
@@ -54,13 +54,13 @@ pathspec==0.12.1
5454
# via mypy
5555
platformdirs==4.4.0
5656
# via virtualenv
57-
pycparser==2.22
57+
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
5858
# via cffi
5959
pygithub==2.8.1
6060
# via -r tests/../hacking/pr_labeler/requirements.txt
6161
pyjwt==2.10.1
6262
# via pygithub
63-
pynacl==1.5.0
63+
pynacl==1.6.0
6464
# via pygithub
6565
requests==2.32.5
6666
# via pygithub

0 commit comments

Comments
 (0)