File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ toml==0.10.2
101
101
Pillow == 6.2.2 ;python_version < "3.5"
102
102
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
103
103
Pillow == 8.3.2 ;python_version >= "3.6"
104
- rich == 10.11 .0 ;python_version >= "3.6" and python_version<"4.0"
104
+ rich == 10.12 .0 ;python_version >= "3.6" and python_version<"4.0"
105
105
tornado == 5.1.1 ;python_version < "3.5"
106
106
tornado == 6.1 ;python_version >= "3.5"
107
107
pdfminer.six == 20191110 ;python_version < "3.5"
@@ -111,7 +111,7 @@ pdfminer.six==20201018;python_version>="3.5"
111
111
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
112
112
113
113
coverage == 5.5 ;python_version < "3.6"
114
- coverage == 6.0 ;python_version >= "3.6"
114
+ coverage == 6.0.1 ;python_version >= "3.6"
115
115
pytest-cov == 2.12.1 ;python_version < "3.6"
116
116
pytest-cov == 3.0.0 ;python_version >= "3.6"
117
117
flake8 == 3.7.9 ;python_version < "3.5"
Original file line number Diff line number Diff line change 217
217
'Pillow==6.2.2;python_version<"3.5"' ,
218
218
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
219
219
'Pillow==8.3.2;python_version>="3.6"' ,
220
- 'rich==10.11 .0;python_version>="3.6" and python_version<"4.0"' ,
220
+ 'rich==10.12 .0;python_version>="3.6" and python_version<"4.0"' ,
221
221
'tornado==5.1.1;python_version<"3.5"' ,
222
222
'tornado==6.1;python_version>="3.5"' ,
223
223
'pdfminer.six==20191110;python_version<"3.5"' ,
227
227
# pip install -e .[coverage]
228
228
"coverage" : [
229
229
'coverage==5.5;python_version<"3.6"' ,
230
- 'coverage==6.0;python_version>="3.6"' ,
230
+ 'coverage==6.0.1 ;python_version>="3.6"' ,
231
231
'pytest-cov==2.12.1;python_version<"3.6"' ,
232
232
'pytest-cov==3.0.0;python_version>="3.6"' ,
233
233
],
You can’t perform that action at this time.
0 commit comments