summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-02 02:56:22 +0000
committerGerrit Code Review <review@openstack.org>2023-03-02 02:56:22 +0000
commit92ae4d2fd2909cf79d6d1e4971a40a63412431a7 (patch)
treee8236f4d6d3c30c55d1784fa579ece6ddaf0fd18
parent0c10907cf8ca61c8c164c7d911365374d66113f2 (diff)
parente2315c1cf55b8eb7996c61bed85313d5ff90d07f (diff)
downloadtempest-92ae4d2fd2909cf79d6d1e4971a40a63412431a7.tar.gz
Merge "Update required minimum jsonschema version >= 4.16.0"
-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