From e2315c1cf55b8eb7996c61bed85313d5ff90d07f Mon Sep 17 00:00:00 2001 From: Nozomi Kawamoto Date: Wed, 1 Mar 2023 00:38:22 +0900 Subject: 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 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1