File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --output-file=tests/formatters.txt --strip-extras tests/formatters.in
6
6
#
7
- black==25.1 .0
7
+ black==25.9 .0
8
8
# via -r tests/formatters.in
9
- click==8.2.1
9
+ click==8.3.0
10
10
# via black
11
11
isort==6.0.1
12
12
# via -r tests/formatters.in
@@ -18,3 +18,5 @@ pathspec==0.12.1
18
18
# via black
19
19
platformdirs==4.4.0
20
20
# via black
21
+ pytokens==0.1.10
22
+ # via black
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --output-file=tests/static.txt --strip-extras tests/static.in
6
6
#
7
- ruff==0.13.0
7
+ ruff==0.13.2
8
8
# via -r tests/static.in
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ cffi==2.0.0
16
16
# pynacl
17
17
charset-normalizer==3.4.3
18
18
# via requests
19
- click==8.2.1
19
+ click==8.3.0
20
20
# via typer-slim
21
21
codeowners==0.8.0
22
22
# via -r tests/../hacking/pr_labeler/requirements.txt
23
23
colorlog==6.9.0
24
24
# via nox
25
- cryptography==45 .0.7
25
+ cryptography==46 .0.1
26
26
# via pyjwt
27
27
dependency-groups==1.3.1
28
28
# via nox
@@ -34,9 +34,9 @@ idna==3.10
34
34
# via requests
35
35
jinja2==3.1.6
36
36
# via -r tests/../hacking/pr_labeler/requirements.txt
37
- markupsafe==3.0.2
37
+ markupsafe==3.0.3
38
38
# via jinja2
39
- mypy==1.18.1
39
+ mypy==1.18.2
40
40
# via -r tests/typing.in
41
41
mypy-extensions==1.1.0
42
42
# via mypy
@@ -60,7 +60,7 @@ pynacl==1.6.0
60
60
# via pygithub
61
61
requests==2.32.5
62
62
# via pygithub
63
- typer-slim==0.17.4
63
+ typer-slim==0.19.2
64
64
# via -r tests/../hacking/pr_labeler/requirements.txt
65
65
typing-extensions==4.15.0
66
66
# via
You can’t perform that action at this time.
0 commit comments