File tree 4 files changed +17
-17
lines changed
4 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,5 +16,5 @@ 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
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 @@ -18,7 +18,7 @@ packaging==24.1
18
18
# via -r tests/tag.in
19
19
pygments==2.18.0
20
20
# via rich
21
- rich==13.8.1
21
+ rich==13.9.4
22
22
# via typer
23
23
shellingham==1.5.4
24
24
# via typer
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
19
19
# typer
20
20
# typer-slim
21
21
codeowners==0.7.0
22
22
# via -r tests/../hacking/pr_labeler/requirements.txt
23
- colorlog==6.8.2
23
+ colorlog==6.9.0
24
24
# via nox
25
- cryptography==43.0.1
25
+ cryptography==43.0.3
26
26
# via pyjwt
27
27
deprecated==1.2.14
28
28
# via pygithub
29
- distlib==0.3.8
29
+ distlib==0.3.9
30
30
# via virtualenv
31
- filelock==3.16.0
31
+ filelock==3.16.1
32
32
# via virtualenv
33
33
gitdb==4.0.11
34
34
# via gitpython
35
35
gitpython==3.1.43
36
36
# via -r tests/tag.in
37
- idna==3.9
37
+ idna==3.10
38
38
# via requests
39
39
jinja2==3.1.4
40
40
# via -r tests/../hacking/pr_labeler/requirements.txt
41
41
markdown-it-py==3.0.0
42
42
# via rich
43
- markupsafe==2.1.5
43
+ markupsafe==3.0.2
44
44
# via jinja2
45
45
mdurl==0.1.2
46
46
# via markdown-it-py
47
- mypy==1.11.2
47
+ mypy==1.13.0
48
48
# via -r tests/typing.in
49
49
mypy-extensions==1.0.0
50
50
# via mypy
51
- nox==2024.4.15
51
+ nox==2024.10.9
52
52
# via -r tests/typing.in
53
53
packaging==24.1
54
54
# via
55
55
# -r tests/tag.in
56
56
# nox
57
- platformdirs==4.3.3
57
+ platformdirs==4.3.6
58
58
# via virtualenv
59
59
pycparser==2.22
60
60
# via cffi
@@ -68,7 +68,7 @@ pynacl==1.5.0
68
68
# via pygithub
69
69
requests==2.32.3
70
70
# via pygithub
71
- rich==13.8.1
71
+ rich==13.9.4
72
72
# via typer
73
73
shellingham==1.5.4
74
74
# via typer
@@ -89,7 +89,7 @@ urllib3==2.2.3
89
89
# via
90
90
# pygithub
91
91
# requests
92
- virtualenv==20.26.4
92
+ virtualenv==20.27.1
93
93
# via nox
94
94
wrapt==1.16.0
95
95
# via deprecated
You can’t perform that action at this time.
0 commit comments