summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNozomi Kawamoto <nkawamot@redhat.com>2023-03-01 00:38:22 +0900
committerNozomi Kawamoto <nkawamot@redhat.com>2023-03-01 00:38:22 +0900
commite2315c1cf55b8eb7996c61bed85313d5ff90d07f (patch)
treef08d88e11c1aed21f6566682d16f12c0c853f2a8
parentd52fb8cb6d2ed8893bc36f2f1f786cd890b1732e (diff)
downloadtempest-e2315c1cf55b8eb7996c61bed85313d5ff90d07f.tar.gz
Update required minimum jsonschema version >= 4.16.0
DeprecationWarnings for jsonschema has been fixed at below path. https://review.opendev.org/c/openstack/tempest/+/875264 But it is required to update the minimum jsonschema version >= 4.16.0 for including a below commit. https://github.com/python-jsonschema/jsonschema/commit/ee024ffc61bee56b25e816f489d7365fe1445c6d Closes-Bug: #2008490 Change-Id: I0f459d7f74406e30af725c751f3b7cd1a6a931a6
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 6e6604615..932c64c0a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr!=2.1.0,>=2.0.0 # Apache-2.0
cliff!=2.9.0,>=2.8.0 # Apache-2.0
-jsonschema>=3.2.0 # MIT
+jsonschema>=4.16.0 # MIT
testtools>=2.2.0 # MIT
paramiko>=2.7.0 # LGPLv2.1+
cryptography>=2.1 # BSD/Apache-2.0