From 946dab4f608ec47e0a3cfefdf8e7d1afda69117f Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Mon, 25 Oct 2021 14:12:57 +0530 Subject: [PATCH] mgr/dashboard: pin a version for autopep8 and pyfakefs Fixes: https://tracker.ceph.com/issues/53024 Signed-off-by: Nizamudeen A --- src/pybind/mgr/dashboard/requirements-lint.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5