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"
123123pytest-cov == 2.12.1 ;python_version < "3.6"
124124pytest-cov == 3.0.0 ;python_version >= "3.6"
125125flake8 == 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
128128pyflakes == 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"
130130pycodestyle == 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 253253 # Usage: flake8
254254 "flake" : [
255255 '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 " ,
258258 '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"' ,
260260 '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"' ,
262262 ],
263263 # pip install -e .[pdfminer]
264264 "pdfminer" : [
You can’t perform that action at this time.
0 commit comments