From 32d844511e2616e1015df86757014f1dd5ad684b 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 (cherry picked from commit 946dab4f608ec47e0a3cfefdf8e7d1afda69117f) --- src/pybind/mgr/dashboard/requirements-lint.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index 917547b9095..be4c91a04dd 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -5,7 +5,7 @@ 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 -pytest +pytest==6.2.4 -- 2.47.3