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 @@ -172,7 +172,7 @@ pexpect==4.9.0
172
172
# via ipython
173
173
pip-sync-faster==0.0.5
174
174
# via -r requirements/dev.in
175
- pip-tools==7.4.1
175
+ pip-tools==7.5.0
176
176
# via
177
177
# -r requirements/dev.in
178
178
# 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 @@ -158,7 +158,7 @@ pastedeploy==3.1.0
158
158
# plaster-pastedeploy
159
159
pip-sync-faster==0.0.5
160
160
# via -r requirements/functests.in
161
- pip-tools==7.4.1
161
+ pip-tools==7.5.0
162
162
# via
163
163
# -r requirements/functests.in
164
164
# pip-sync-faster
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ pip-sync-faster==0.0.5
221
221
# via
222
222
# -r requirements/lint.in
223
223
# -r requirements/tests.txt
224
- pip-tools==7.4.1
224
+ pip-tools==7.5.0
225
225
# via
226
226
# -r requirements/lint.in
227
227
# -r requirements/tests.txt
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ pastedeploy==3.1.0
160
160
# plaster-pastedeploy
161
161
pip-sync-faster==0.0.5
162
162
# via -r requirements/tests.in
163
- pip-tools==7.4.1
163
+ pip-tools==7.5.0
164
164
# via
165
165
# -r requirements/tests.in
166
166
# pip-sync-faster
You can’t perform that action at this time.
0 commit comments