From: Kefu Chai Date: Tue, 13 Oct 2020 07:11:14 +0000 (+0800) Subject: pybind/mgr/dashboard: bump flake8 to 3.8.4 X-Git-Tag: v16.1.0~810^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c3f8832785d21a974a9959571aff3a412847a4ce;p=ceph.git pybind/mgr/dashboard: bump flake8 to 3.8.4 to address the failure of The conflict is caused by: flake8 3.7.8 depends on pycodestyle<2.6.0 and >=2.5.0 autopep8 1.5.4 depends on pycodestyle>=2.6.0 when building the "mgr-dashboard-venv" target Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index a23951620f8..85821253725 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -1,5 +1,5 @@ pylint==2.6.0 -flake8==3.7.8; python_version >= '3' +flake8==3.8.4; python_version >= '3' flake8-colors==0.1.6; python_version >= '3' #TODO: Fix docstring issues: https://tracker.ceph.com/issues/41224 #flake8-docstrings