File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ filelock==3.4.1;python_version>="3.6" and python_version<"3.7"
51
51
filelock == 3.4.2 ;python_version >= "3.7"
52
52
fasteners == 0.16 ;python_version < "3.5"
53
53
fasteners == 0.16.3 ;python_version >= "3.5" and python_version<"3.6"
54
- fasteners == 0.17.2 ;python_version >= "3.6"
54
+ fasteners == 0.17.3 ;python_version >= "3.6"
55
55
execnet == 1.9.0
56
56
pluggy == 0.13.1 ;python_version < "3.6"
57
57
pluggy == 1.0.0 ;python_version >= "3.6"
@@ -129,7 +129,8 @@ pdfminer.six==20211012;python_version>="3.6"
129
129
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
130
130
131
131
coverage == 5.5 ;python_version < "3.6"
132
- coverage == 6.2 ;python_version >= "3.6"
132
+ coverage == 6.2 ;python_version >= "3.6" and python_version<"3.7"
133
+ coverage == 6.3 ;python_version >= "3.7"
133
134
pytest-cov == 2.12.1 ;python_version < "3.6"
134
135
pytest-cov == 3.0.0 ;python_version >= "3.6"
135
136
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 176
176
'filelock==3.4.2;python_version>="3.7"' ,
177
177
'fasteners==0.16;python_version<"3.5"' ,
178
178
'fasteners==0.16.3;python_version>="3.5" and python_version<"3.6"' ,
179
- 'fasteners==0.17.2 ;python_version>="3.6"' ,
179
+ 'fasteners==0.17.3 ;python_version>="3.6"' ,
180
180
"execnet==1.9.0" ,
181
181
'pluggy==0.13.1;python_version<"3.6"' ,
182
182
'pluggy==1.0.0;python_version>="3.6"' ,
254
254
# pip install -e .[coverage]
255
255
"coverage" : [
256
256
'coverage==5.5;python_version<"3.6"' ,
257
- 'coverage==6.2;python_version>="3.6"' ,
257
+ 'coverage==6.2;python_version>="3.6" and python_version<"3.7"' ,
258
+ 'coverage==6.3;python_version>="3.7"' ,
258
259
'pytest-cov==2.12.1;python_version<"3.6"' ,
259
260
'pytest-cov==3.0.0;python_version>="3.6"' ,
260
261
],
You can’t perform that action at this time.
0 commit comments