File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,6 @@ pytest-cov==2.11.1
92
92
flake8 == 3.7.9 ;python_version < "3.5"
93
93
flake8 == 3.9.0 ;python_version >= "3.5"
94
94
pyflakes == 2.1.1 ;python_version < "3.5"
95
- pyflakes == 2.3.0 ;python_version >= "3.5"
95
+ pyflakes == 2.3.1 ;python_version >= "3.5"
96
96
pycodestyle == 2.5.0 ;python_version < "3.5"
97
97
pycodestyle == 2.7.0 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 200
200
'flake8==3.7.9;python_version<"3.5"' ,
201
201
'flake8==3.9.0;python_version>="3.5"' ,
202
202
'pyflakes==2.1.1;python_version<"3.5"' ,
203
- 'pyflakes==2.3.0 ;python_version>="3.5"' ,
203
+ 'pyflakes==2.3.1 ;python_version>="3.5"' ,
204
204
'pycodestyle==2.5.0;python_version<"3.5"' ,
205
205
'pycodestyle==2.7.0;python_version>="3.5"' ,
206
206
],
You can’t perform that action at this time.
0 commit comments