Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/pip-compile.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --output-file tests/pip-compile.txt tests/pip-compile.in
uv==0.8.15
uv==0.8.17
# via -r tests/pip-compile.in
2 changes: 1 addition & 1 deletion tests/static.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --output-file tests/static.txt tests/static.in
ruff==0.12.12
ruff==0.13.0
# via -r tests/static.in
8 changes: 4 additions & 4 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==25.3.0
# via nox
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0 ; platform_python_implementation != 'PyPy'
# via
# cryptography
# pynacl
Expand Down Expand Up @@ -50,7 +50,7 @@ markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mypy==1.17.1
mypy==1.18.1
# via -r tests/typing.in
mypy-extensions==1.1.0
# via mypy
Expand All @@ -65,15 +65,15 @@ pathspec==0.12.1
# via mypy
platformdirs==4.4.0
# via virtualenv
pycparser==2.22
pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
# via cffi
pygithub==2.8.1
# via -r tests/../hacking/pr_labeler/requirements.txt
pygments==2.19.2
# via rich
pyjwt==2.10.1
# via pygithub
pynacl==1.5.0
pynacl==1.6.0
# via pygithub
requests==2.32.5
# via pygithub
Expand Down