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: v19.0.0~1005^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F52095%2Fhead;p=ceph.git mgr/dashboard: fix the jsonschema issue in install-deps Fixes: https://tracker.ceph.com/issues/61690 Signed-off-by: Nizamudeen A --- 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 4e925e8616f1..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==4.16.0 +jsonschema~=4.0