From 80594b0682484bf815db36f1b8efb27269d7cd7e Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Fri, 16 Jun 2023 14:38:52 +0530 Subject: [PATCH] mgr/dashboard: fix the jsonschema issue in install-deps Fixes: https://tracker.ceph.com/issues/61690 Signed-off-by: Nizamudeen A (cherry picked from commit a6a123d3b498c6fa8a09339ed5e7d5b95581419b) Conflicts: src/pybind/mgr/dashboard/requirements-test.txt - accept the incoming changes --- src/pybind/mgr/dashboard/requirements-lint.txt | 2 +- src/pybind/mgr/dashboard/requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index d82fa1ace1deb..57e5191574083 100644 --- a/src/pybind/mgr/dashboard/requirements-lint.txt +++ b/src/pybind/mgr/dashboard/requirements-lint.txt @@ -8,4 +8,4 @@ rstcheck==3.3.1 autopep8==1.5.7 pyfakefs==4.5.0 isort==5.5.3 -jsonschema==4.16.0 +jsonschema~=4.0 diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index d2566bab59f61..da283d0b64aaa 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -1,4 +1,4 @@ pytest-cov pytest-instafail pyfakefs==4.5.0 -jsonschema +jsonschema~=4.0 -- 2.39.5