summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-05 19:44:00 +0000
committerGerrit Code Review <review@openstack.org>2023-03-05 19:44:00 +0000
commit4960ad92951ab882e36a337a2fb626e349ba2adb (patch)
tree96cf8cd3e00f4b8599d37d0a52bdf9742d21d3bd
parent28f7dfa33bd3b73b3bf238ed81a48886b795a928 (diff)
parentf16c70a11c6e1e3126dba516e9e8aaa9618e58a8 (diff)
downloadtempest-4960ad92951ab882e36a337a2fb626e349ba2adb.tar.gz
Merge "Revert "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 932c64c0a..6e6604615 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>=4.16.0 # MIT
+jsonschema>=3.2.0 # MIT
testtools>=2.2.0 # MIT
paramiko>=2.7.0 # LGPLv2.1+
cryptography>=2.1 # BSD/Apache-2.0