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
6 changes: 4 additions & 2 deletions tests/formatters.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal --output-file tests/formatters.txt tests/formatters.in
black==25.1.0
black==25.9.0
# via -r tests/formatters.in
click==8.2.1
click==8.3.0
# via black
colorama==0.4.6 ; sys_platform == 'win32'
# via click
Expand All @@ -16,3 +16,5 @@ pathspec==0.12.1
# via black
platformdirs==4.4.0
# via black
pytokens==0.1.10
# via black
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.13.0
ruff==0.13.1
# via -r tests/static.in
12 changes: 6 additions & 6 deletions tests/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cffi==2.0.0 ; platform_python_implementation != 'PyPy'
# pynacl
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via typer-slim
codeowners==0.8.0
# via -r tests/../hacking/pr_labeler/requirements.txt
Expand All @@ -24,13 +24,13 @@ colorama==0.4.6 ; sys_platform == 'win32'
# colorlog
colorlog==6.9.0
# via nox
cryptography==45.0.7
cryptography==46.0.1
# via pyjwt
dependency-groups==1.3.1
# via nox
distlib==0.4.0
# via virtualenv
docutils==0.22
docutils==0.22.2
# via antsibull-docutils
filelock==3.19.1
# via virtualenv
Expand All @@ -40,7 +40,7 @@ jinja2==3.1.6
# via -r tests/../hacking/pr_labeler/requirements.txt
markupsafe==3.0.2
# via jinja2
mypy==1.18.1
mypy==1.18.2
# via -r tests/typing.in
mypy-extensions==1.1.0
# via mypy
Expand All @@ -64,9 +64,9 @@ pynacl==1.6.0
# via pygithub
requests==2.32.5
# via pygithub
typer-slim==0.17.4
typer-slim==0.19.1
# via -r tests/../hacking/pr_labeler/requirements.txt
types-docutils==0.22.0.20250822
types-docutils==0.22.0.20250919
# via -r tests/typing.in
typing-extensions==4.15.0
# via
Expand Down