File tree Expand file tree Collapse file tree 3 files changed +9
-13
lines changed Expand file tree Collapse file tree 3 files changed +9
-13
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.1.0
7
+ black==24.1.1
8
8
# via -r tests/formatters.in
9
9
click==8.1.7
10
10
# via black
@@ -16,7 +16,7 @@ packaging==23.2
16
16
# via black
17
17
pathspec==0.12.1
18
18
# via black
19
- platformdirs==4.1 .0
19
+ platformdirs==4.2 .0
20
20
# via black
21
21
tomli==2.0.1
22
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.1.14
7
+ ruff==0.2.1
8
8
# via -r tests/static.in
Original file line number Diff line number Diff line change 6
6
#
7
7
argcomplete==3.2.2
8
8
# via nox
9
- certifi==2023.11.17
9
+ certifi==2024.2.2
10
10
# via requests
11
11
cffi==1.16.0
12
12
# via
@@ -20,7 +20,7 @@ codeowners==0.6.0
20
20
# via -r tests/../hacking/pr_labeler/requirements.txt
21
21
colorlog==6.8.2
22
22
# via nox
23
- cryptography==42.0.1
23
+ cryptography==42.0.2
24
24
# via pyjwt
25
25
deprecated==1.2.14
26
26
# via pygithub
@@ -32,7 +32,7 @@ idna==3.6
32
32
# via requests
33
33
jinja2==3.1.3
34
34
# via -r tests/../hacking/pr_labeler/requirements.txt
35
- markupsafe==2.1.4
35
+ markupsafe==2.1.5
36
36
# via jinja2
37
37
mypy==1.8.0
38
38
# via -r tests/typing.in
@@ -42,24 +42,20 @@ nox==2023.4.22
42
42
# via -r tests/typing.in
43
43
packaging==23.2
44
44
# via nox
45
- platformdirs==4.1 .0
45
+ platformdirs==4.2 .0
46
46
# via virtualenv
47
47
pycparser==2.21
48
48
# via cffi
49
- pygithub==2.1.1
49
+ pygithub==2.2.0
50
50
# via -r tests/../hacking/pr_labeler/requirements.txt
51
51
pyjwt==2.8.0
52
52
# via
53
53
# pygithub
54
54
# pyjwt
55
55
pynacl==1.5.0
56
56
# via pygithub
57
- python-dateutil==2.8.2
58
- # via pygithub
59
57
requests==2.31.0
60
58
# via pygithub
61
- six==1.16.0
62
- # via python-dateutil
63
59
tomli==2.0.1
64
60
# via mypy
65
61
typer==0.9.0
@@ -70,7 +66,7 @@ typing-extensions==4.9.0
70
66
# mypy
71
67
# pygithub
72
68
# typer
73
- urllib3==2.1 .0
69
+ urllib3==2.2 .0
74
70
# via
75
71
# pygithub
76
72
# requests
You can’t perform that action at this time.
0 commit comments