File tree Expand file tree Collapse file tree 5 files changed +25
-20
lines changed Expand file tree Collapse file tree 5 files changed +25
-20
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/formatters.txt tests/formatters.in
3
- black==24.10 .0
3
+ black==25.1 .0
4
4
# via -r tests/formatters.in
5
5
click==8.1.8
6
6
# via black
7
7
colorama==0.4.6 ; platform_system == 'Windows'
8
8
# via click
9
- isort==5.13.2
9
+ isort==6.0.1
10
10
# via -r tests/formatters.in
11
11
mypy-extensions==1.0.0
12
12
# via black
13
13
packaging==24.2
14
14
# via black
15
15
pathspec==0.12.1
16
16
# via black
17
- platformdirs==4.3.6
17
+ platformdirs==4.3.7
18
18
# via black
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/spelling.txt tests/spelling.in
3
- codespell==2.3.0
3
+ codespell==2.4.1
4
4
# via -r tests/spelling.in
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.8.6
3
+ ruff==0.11.2
4
4
# via -r tests/static.in
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ mdurl==0.1.2
14
14
# via markdown-it-py
15
15
packaging==24.2
16
16
# via -r tests/tag.in
17
- pygments==2.18.0
17
+ pygments==2.19.1
18
18
# via rich
19
19
rich==13.9.4
20
20
# via typer
21
21
shellingham==1.5.4
22
22
# via typer
23
23
smmap==5.0.2
24
24
# via gitdb
25
- typer==0.15.1
25
+ typer==0.15.2
26
26
# via -r tests/tag.in
27
- typing-extensions==4.12.2
27
+ typing-extensions==4.13.0
28
28
# via typer
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/typing.txt tests/typing.in
3
- argcomplete==3.5.3
3
+ argcomplete==3.6.1
4
+ # via nox
5
+ attrs==25.3.0
4
6
# via nox
5
7
certifi==2025.1.31
6
8
# via requests
@@ -22,43 +24,46 @@ colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
22
24
# colorlog
23
25
colorlog==6.9.0
24
26
# via nox
25
- cryptography==44.0.0
27
+ cryptography==44.0.2
26
28
# via pyjwt
29
+ dependency-groups==1.3.0
30
+ # via nox
27
31
deprecated==1.2.18
28
32
# via pygithub
29
33
distlib==0.3.9
30
34
# via virtualenv
31
- filelock==3.17 .0
35
+ filelock==3.18 .0
32
36
# via virtualenv
33
37
gitdb==4.0.12
34
38
# via gitpython
35
39
gitpython==3.1.44
36
40
# via -r tests/tag.in
37
41
idna==3.10
38
42
# via requests
39
- jinja2==3.1.5
43
+ jinja2==3.1.6
40
44
# via -r tests/../hacking/pr_labeler/requirements.txt
41
45
markdown-it-py==3.0.0
42
46
# via rich
43
47
markupsafe==3.0.2
44
48
# via jinja2
45
49
mdurl==0.1.2
46
50
# via markdown-it-py
47
- mypy==1.14.1
51
+ mypy==1.15.0
48
52
# via -r tests/typing.in
49
53
mypy-extensions==1.0.0
50
54
# via mypy
51
- nox==2024.10 .9
55
+ nox==2025.2 .9
52
56
# via -r tests/typing.in
53
57
packaging==24.2
54
58
# via
55
59
# -r tests/tag.in
60
+ # dependency-groups
56
61
# nox
57
- platformdirs==4.3.6
62
+ platformdirs==4.3.7
58
63
# via virtualenv
59
64
pycparser==2.22
60
65
# via cffi
61
- pygithub==2.5.0
66
+ pygithub==2.6.1
62
67
# via -r tests/../hacking/pr_labeler/requirements.txt
63
68
pygments==2.19.1
64
69
# via rich
@@ -74,13 +79,13 @@ shellingham==1.5.4
74
79
# via typer
75
80
smmap==5.0.2
76
81
# via gitdb
77
- typer==0.15.1
82
+ typer==0.15.2
78
83
# via -r tests/tag.in
79
- typer-slim==0.15.1
84
+ typer-slim==0.15.2
80
85
# via -r tests/../hacking/pr_labeler/requirements.txt
81
86
types-docutils==0.21.0.20241128
82
87
# via -r tests/typing.in
83
- typing-extensions==4.12.2
88
+ typing-extensions==4.13.0
84
89
# via
85
90
# codeowners
86
91
# mypy
@@ -91,7 +96,7 @@ urllib3==2.3.0
91
96
# via
92
97
# pygithub
93
98
# requests
94
- virtualenv==20.29.1
99
+ virtualenv==20.29.3
95
100
# via nox
96
101
wrapt==1.17.2
97
102
# via deprecated
You can’t perform that action at this time.
0 commit comments