File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# This file was autogenerated by uv via the following command:
2
2
# uv pip compile --universal --output-file tests/static.txt tests/static.in
3
- ruff==0.12.12
3
+ ruff==0.13.0
4
4
# via -r tests/static.in
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ attrs==25.3.0
8
8
# via nox
9
9
certifi==2025.8.3
10
10
# via requests
11
- cffi==1.17.1
11
+ cffi==2.0.0 ; platform_python_implementation != 'PyPy'
12
12
# via
13
13
# cryptography
14
14
# pynacl
@@ -40,7 +40,7 @@ jinja2==3.1.6
40
40
# via -r tests/../hacking/pr_labeler/requirements.txt
41
41
markupsafe==3.0.2
42
42
# via jinja2
43
- mypy==1.17 .1
43
+ mypy==1.18 .1
44
44
# via -r tests/typing.in
45
45
mypy-extensions==1.1.0
46
46
# via mypy
@@ -54,13 +54,13 @@ pathspec==0.12.1
54
54
# via mypy
55
55
platformdirs==4.4.0
56
56
# via virtualenv
57
- pycparser==2.22
57
+ pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
58
58
# via cffi
59
59
pygithub==2.8.1
60
60
# via -r tests/../hacking/pr_labeler/requirements.txt
61
61
pyjwt==2.10.1
62
62
# via pygithub
63
- pynacl==1.5 .0
63
+ pynacl==1.6 .0
64
64
# via pygithub
65
65
requests==2.32.5
66
66
# via pygithub
You can’t perform that action at this time.
0 commit comments