From: Nizamudeen A Date: Fri, 16 Jun 2023 09:08:52 +0000 (+0530) Subject: mgr/dashboard: fix the jsonschema issue in install-deps X-Git-Tag: v18.2.4~282^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=80594b0682484bf815db36f1b8efb27269d7cd7e;p=ceph.git 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 --- diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt index d82fa1ace1de..57e519157408 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 d2566bab59f6..da283d0b64aa 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