Skip to content

Commit 040c487

Browse files
ci: refresh dev dependencies (#3061)
Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
1 parent 2e1f5af commit 040c487

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.15
3+
uv==0.8.17
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.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
@@ -50,7 +50,7 @@ markupsafe==3.0.2
5050
# via jinja2
5151
mdurl==0.1.2
5252
# via markdown-it-py
53-
mypy==1.17.1
53+
mypy==1.18.1
5454
# via -r tests/typing.in
5555
mypy-extensions==1.1.0
5656
# via mypy
@@ -65,15 +65,15 @@ pathspec==0.12.1
6565
# via mypy
6666
platformdirs==4.4.0
6767
# via virtualenv
68-
pycparser==2.22
68+
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
6969
# via cffi
7070
pygithub==2.8.1
7171
# via -r tests/../hacking/pr_labeler/requirements.txt
7272
pygments==2.19.2
7373
# via rich
7474
pyjwt==2.10.1
7575
# via pygithub
76-
pynacl==1.5.0
76+
pynacl==1.6.0
7777
# via pygithub
7878
requests==2.32.5
7979
# via pygithub

0 commit comments

Comments
 (0)