]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix the jsonschema issue in install-deps 55542/head
authorNizamudeen A <nia@redhat.com>
Fri, 16 Jun 2023 09:08:52 +0000 (14:38 +0530)
committerNizamudeen A <nia@redhat.com>
Mon, 12 Feb 2024 14:36:53 +0000 (20:06 +0530)
Fixes: https://tracker.ceph.com/issues/61690
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit a6a123d3b498c6fa8a09339ed5e7d5b95581419b)

 Conflicts:
src/pybind/mgr/dashboard/requirements-test.txt
  - accept the incoming changes

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

index d82fa1ace1deb9e958dba9aee15791df09fa7993..57e5191574083ed0d3843d6ba125f19a12115350 100644 (file)
@@ -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
index d2566bab59f61a27474d227f62fa6f534fdd5697..da283d0b64aaacd77cf46260b8f58b4331ee1bce 100644 (file)
@@ -1,4 +1,4 @@
 pytest-cov
 pytest-instafail
 pyfakefs==4.5.0
-jsonschema
+jsonschema~=4.0