File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5
5
# pip-compile --allow-unsafe requirements/checkformatting.in
6
6
#
7
7
black==25.1.0
8
- # via -r checkformatting.in
8
+ # via -r requirements/ checkformatting.in
9
9
build==1.0.3
10
10
# via pip-tools
11
11
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
15
15
importlib-metadata==7.0.1
16
16
# via pip-sync-faster
17
17
isort==6.0.1
18
- # via -r checkformatting.in
18
+ # via -r requirements/ checkformatting.in
19
19
mypy-extensions==1.0.0
20
20
# via black
21
21
packaging==23.2
@@ -25,10 +25,10 @@ packaging==23.2
25
25
pathspec==0.12.1
26
26
# via black
27
27
pip-sync-faster==0.0.5
28
- # via -r checkformatting.in
29
- pip-tools==7.4.1
28
+ # via -r requirements/ checkformatting.in
29
+ pip-tools==7.5.0
30
30
# via
31
- # -r checkformatting.in
31
+ # -r requirements/ checkformatting.in
32
32
# pip-sync-faster
33
33
platformdirs==4.1.0
34
34
# via black
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ packaging==23.2
16
16
# via build
17
17
pip-sync-faster==0.0.5
18
18
# via -r requirements/coverage.in
19
- pip-tools==7.4.1
19
+ pip-tools==7.5.0
20
20
# via
21
21
# -r requirements/coverage.in
22
22
# pip-sync-faster
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ pexpect==4.9.0
79
79
# via ipython
80
80
pip-sync-faster==0.0.5
81
81
# via -r requirements/dev.in
82
- pip-tools==7.4.1
82
+ pip-tools==7.5.0
83
83
# via
84
84
# -r requirements/dev.in
85
85
# pip-sync-faster
Original file line number Diff line number Diff line change 5
5
# pip-compile --allow-unsafe requirements/format.in
6
6
#
7
7
black==25.1.0
8
- # via -r format.in
8
+ # via -r requirements/ format.in
9
9
build==1.0.3
10
10
# via pip-tools
11
11
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
15
15
importlib-metadata==7.0.1
16
16
# via pip-sync-faster
17
17
isort==6.0.1
18
- # via -r format.in
18
+ # via -r requirements/ format.in
19
19
mypy-extensions==1.0.0
20
20
# via black
21
21
packaging==23.2
@@ -25,10 +25,10 @@ packaging==23.2
25
25
pathspec==0.12.1
26
26
# via black
27
27
pip-sync-faster==0.0.5
28
- # via -r format.in
29
- pip-tools==7.4.1
28
+ # via -r requirements/ format.in
29
+ pip-tools==7.5.0
30
30
# via
31
- # -r format.in
31
+ # -r requirements/ format.in
32
32
# pip-sync-faster
33
33
platformdirs==4.1.0
34
34
# via black
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pastedeploy==3.1.0
62
62
# plaster-pastedeploy
63
63
pip-sync-faster==0.0.5
64
64
# via -r requirements/functests.in
65
- pip-tools==7.4.1
65
+ pip-tools==7.5.0
66
66
# via
67
67
# -r requirements/functests.in
68
68
# pip-sync-faster
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ packaging==23.2
18
18
# via build
19
19
pip-sync-faster==0.0.5
20
20
# via -r requirements/lint.in
21
- pip-tools==7.4.1
21
+ pip-tools==7.5.0
22
22
# via
23
23
# -r requirements/lint.in
24
24
# pip-sync-faster
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ pastedeploy==3.1.0
66
66
# plaster-pastedeploy
67
67
pip-sync-faster==0.0.5
68
68
# via -r requirements/tests.in
69
- pip-tools==7.4.1
69
+ pip-tools==7.5.0
70
70
# via
71
71
# -r requirements/tests.in
72
72
# pip-sync-faster
You can’t perform that action at this time.
0 commit comments