From: Nizamudeen A Date: Mon, 25 Oct 2021 08:42:57 +0000 (+0530) Subject: mgr/dashboard: pin a version for autopep8 and pyfakefs X-Git-Tag: v17.1.0~614^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=946dab4f608ec47e0a3cfefdf8e7d1afda69117f;p=ceph.git mgr/dashboard: pin a version for autopep8 and pyfakefs Fixes: https://tracker.ceph.com/issues/53024 Signed-off-by: Nizamudeen A --- diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index e7b65eefe71a7..1b15f46817c2a 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -5,6 +5,6 @@ flake8-colors==0.1.6 #flake8-docstrings #pep8-naming rstcheck==3.3.1 -autopep8 -pyfakefs +autopep8==1.5.7 +pyfakefs==4.5.0 isort==5.5.3