File tree Expand file tree Collapse file tree 4 files changed +28
-21
lines changed Expand file tree Collapse file tree 4 files changed +28
-21
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==24.10 .0
7
+ black==25.1 .0
8
8
# via -r tests/formatters.in
9
9
click==8.1.8
10
10
# via black
11
- isort==5.13.2
11
+ isort==6.0.1
12
12
# via -r tests/formatters.in
13
13
mypy-extensions==1.0.0
14
14
# via black
15
15
packaging==24.2
16
16
# via black
17
17
pathspec==0.12.1
18
18
# via black
19
- platformdirs==4.3.6
19
+ platformdirs==4.3.7
20
20
# via black
21
21
tomli==2.2.1
22
22
# via black
23
- typing-extensions==4.12.2
23
+ typing-extensions==4.13.0
24
24
# via black
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --output-file=tests/spelling.txt --strip-extras tests/spelling.in
6
6
#
7
- codespell==2.3.0
7
+ codespell==2.4.1
8
8
# via -r tests/spelling.in
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.8.6
7
+ ruff==0.11.2
8
8
# via -r tests/static.in
Original file line number Diff line number Diff line change 4
4
#
5
5
# pip-compile --allow-unsafe --output-file=tests/typing.txt --strip-extras tests/typing.in
6
6
#
7
- argcomplete==3.5.3
7
+ argcomplete==3.6.1
8
8
# via nox
9
- certifi==2024.12.14
9
+ attrs==25.3.0
10
+ # via nox
11
+ certifi==2025.1.31
10
12
# via requests
11
13
cffi==1.17.1
12
14
# via
@@ -20,33 +22,37 @@ codeowners==0.7.0
20
22
# via -r tests/../hacking/pr_labeler/requirements.txt
21
23
colorlog==6.9.0
22
24
# via nox
23
- cryptography==44.0.0
25
+ cryptography==44.0.2
24
26
# via pyjwt
25
- deprecated==1.2.15
27
+ dependency-groups==1.3.0
28
+ # via nox
29
+ deprecated==1.2.18
26
30
# via pygithub
27
31
distlib==0.3.9
28
32
# via virtualenv
29
- filelock==3.16.1
33
+ filelock==3.18.0
30
34
# via virtualenv
31
35
idna==3.10
32
36
# via requests
33
- jinja2==3.1.5
37
+ jinja2==3.1.6
34
38
# via -r tests/../hacking/pr_labeler/requirements.txt
35
39
markupsafe==3.0.2
36
40
# via jinja2
37
- mypy==1.14.1
41
+ mypy==1.15.0
38
42
# via -r tests/typing.in
39
43
mypy-extensions==1.0.0
40
44
# via mypy
41
- nox==2024.10 .9
45
+ nox==2025.2 .9
42
46
# via -r tests/typing.in
43
47
packaging==24.2
44
- # via nox
45
- platformdirs==4.3.6
48
+ # via
49
+ # dependency-groups
50
+ # nox
51
+ platformdirs==4.3.7
46
52
# via virtualenv
47
53
pycparser==2.22
48
54
# via cffi
49
- pygithub==2.5.0
55
+ pygithub==2.6.1
50
56
# via -r tests/../hacking/pr_labeler/requirements.txt
51
57
pyjwt==2.10.1
52
58
# via pygithub
@@ -56,11 +62,12 @@ requests==2.32.3
56
62
# via pygithub
57
63
tomli==2.2.1
58
64
# via
65
+ # dependency-groups
59
66
# mypy
60
67
# nox
61
- typer-slim==0.15.1
68
+ typer-slim==0.15.2
62
69
# via -r tests/../hacking/pr_labeler/requirements.txt
63
- typing-extensions==4.12.2
70
+ typing-extensions==4.13.0
64
71
# via
65
72
# codeowners
66
73
# mypy
@@ -70,7 +77,7 @@ urllib3==2.3.0
70
77
# via
71
78
# pygithub
72
79
# requests
73
- virtualenv==20.28.1
80
+ virtualenv==20.29.3
74
81
# via nox
75
- wrapt==1.17.0
82
+ wrapt==1.17.2
76
83
# via deprecated
You can’t perform that action at this time.
0 commit comments