File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ coverage==6.4.2;python_version>="3.7"
123
123
pytest-cov == 2.12.1 ;python_version < "3.6"
124
124
pytest-cov == 3.0.0 ;python_version >= "3.6"
125
125
flake8 == 3.7.9 ;python_version < "3.6"
126
- flake8 == 4 .0.1 ;python_version >= "3.6"
127
- mccabe == 0.6.1
126
+ flake8 == 5 .0.2 ;python_version >= "3.6"
127
+ mccabe == 0.7.0
128
128
pyflakes == 2.1.1 ;python_version < "3.6"
129
- pyflakes == 2.4 .0 ;python_version >= "3.6"
129
+ pyflakes == 2.5 .0 ;python_version >= "3.6"
130
130
pycodestyle == 2.5.0 ;python_version < "3.6"
131
- pycodestyle == 2.8 .0 ;python_version >= "3.6"
131
+ pycodestyle == 2.9 .0 ;python_version >= "3.6"
Original file line number Diff line number Diff line change 253
253
# Usage: flake8
254
254
"flake" : [
255
255
'flake8==3.7.9;python_version<"3.6"' ,
256
- 'flake8==4 .0.1 ;python_version>="3.6"' ,
257
- "mccabe==0.6.1 " ,
256
+ 'flake8==5 .0.2 ;python_version>="3.6"' ,
257
+ "mccabe==0.7.0 " ,
258
258
'pyflakes==2.1.1;python_version<"3.6"' ,
259
- 'pyflakes==2.4 .0;python_version>="3.6"' ,
259
+ 'pyflakes==2.5 .0;python_version>="3.6"' ,
260
260
'pycodestyle==2.5.0;python_version<"3.6"' ,
261
- 'pycodestyle==2.8 .0;python_version>="3.6"' ,
261
+ 'pycodestyle==2.9 .0;python_version>="3.6"' ,
262
262
],
263
263
# pip install -e .[pdfminer]
264
264
"pdfminer" : [
You can’t perform that action at this time.
0 commit comments