File tree Expand file tree Collapse file tree 3 files changed +17
-17
lines changed Expand file tree Collapse file tree 3 files changed +17
-17
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.8 .0
7
+ black==24.10 .0
8
8
# via -r tests/formatters.in
9
9
click==8.1.7
10
10
# via black
@@ -16,9 +16,9 @@ packaging==24.1
16
16
# via black
17
17
pathspec==0.12.1
18
18
# via black
19
- platformdirs==4.3.3
19
+ platformdirs==4.3.6
20
20
# via black
21
- tomli==2.0.1
21
+ tomli==2.0.2
22
22
# via black
23
23
typing-extensions==4.12.2
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/static.txt --strip-extras tests/static.in
6
6
#
7
- ruff==0.6.5
7
+ ruff==0.7.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.0
7
+ argcomplete==3.5.1
8
8
# via nox
9
9
certifi==2024.8.30
10
10
# via requests
11
11
cffi==1.17.1
12
12
# via
13
13
# cryptography
14
14
# pynacl
15
- charset-normalizer==3.3.2
15
+ charset-normalizer==3.4.0
16
16
# via requests
17
17
click==8.1.7
18
18
# via typer-slim
19
19
codeowners==0.7.0
20
20
# via -r tests/../hacking/pr_labeler/requirements.txt
21
- colorlog==6.8.2
21
+ colorlog==6.9.0
22
22
# via nox
23
- cryptography==43.0.1
23
+ cryptography==43.0.3
24
24
# via pyjwt
25
25
deprecated==1.2.14
26
26
# via pygithub
27
- distlib==0.3.8
27
+ distlib==0.3.9
28
28
# via virtualenv
29
- filelock==3.16.0
29
+ filelock==3.16.1
30
30
# via virtualenv
31
- idna==3.9
31
+ idna==3.10
32
32
# via requests
33
33
jinja2==3.1.4
34
34
# via -r tests/../hacking/pr_labeler/requirements.txt
35
- markupsafe==2.1.5
35
+ markupsafe==3.0.2
36
36
# via jinja2
37
- mypy==1.11.2
37
+ mypy==1.13.0
38
38
# via -r tests/typing.in
39
39
mypy-extensions==1.0.0
40
40
# via mypy
41
- nox==2024.4.15
41
+ nox==2024.10.9
42
42
# via -r tests/typing.in
43
43
packaging==24.1
44
44
# via nox
45
- platformdirs==4.3.3
45
+ platformdirs==4.3.6
46
46
# via virtualenv
47
47
pycparser==2.22
48
48
# via cffi
@@ -54,7 +54,7 @@ pynacl==1.5.0
54
54
# via pygithub
55
55
requests==2.32.3
56
56
# via pygithub
57
- tomli==2.0.1
57
+ tomli==2.0.2
58
58
# via
59
59
# mypy
60
60
# nox
@@ -70,7 +70,7 @@ urllib3==2.2.3
70
70
# via
71
71
# pygithub
72
72
# requests
73
- virtualenv==20.26.4
73
+ virtualenv==20.27.1
74
74
# via nox
75
75
wrapt==1.16.0
76
76
# via deprecated
You can’t perform that action at this time.
0 commit comments