]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr/dashboard: bump flake8 to 3.8.4
authorKefu Chai <kchai@redhat.com>
Tue, 13 Oct 2020 07:11:14 +0000 (15:11 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 20 Oct 2020 11:09:25 +0000 (19:09 +0800)
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 <kchai@redhat.com>
src/pybind/mgr/dashboard/requirements-lint.txt

index a23951620f815a957dfa792ac8e8a62b11bebce6..85821253725a6a1cf057b9e132ba69c931df812f 100644 (file)
@@ -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