]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: pin a version for autopep8 and pyfakefs
authorNizamudeen A <nia@redhat.com>
Mon, 25 Oct 2021 08:42:57 +0000 (14:12 +0530)
committerKefu Chai <kchai@redhat.com>
Mon, 1 Nov 2021 16:17:51 +0000 (00:17 +0800)
Fixes: https://tracker.ceph.com/issues/53024
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit 946dab4f608ec47e0a3cfefdf8e7d1afda69117f)

Conflicts:
src/pybind/mgr/dashboard/requirements-lint.txt: trivial
resolution

src/pybind/mgr/dashboard/requirements-lint.txt

index 3eb103787f403c5e00b86b5bd6ae841e42c66b8a..ccb3594299743695aa14cf96db1234651b41f0dd 100644 (file)
@@ -7,5 +7,5 @@ flake8-colors==0.1.6; python_version >= '3'
 #flake8-typing-imports; python_version >= '3'
 #pep8-naming
 rstcheck==3.3.1; python_version >= '3'
-autopep8; python_version >= '3'
-pyfakefs; python_version >= '3'
+autopep8==1.5.7; python_version >= '3'
+pyfakefs==4.5.0; python_version >= '3'