summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-05-26 22:14:31 +0200
committerHervé Beraud <hberaud@redhat.com>2020-05-26 22:14:31 +0200
commited726fd2f7da022b25e342554e782682f3581416 (patch)
tree338e3e0f005060b464e250682560ec9790545b74 /requirements.txt
parent523d66e8fd5d29be8dbae9aa79c5348d3dce8c64 (diff)
downloadtrove-ed726fd2f7da022b25e342554e782682f3581416.tar.gz
Cap jsonschema 3.2.0 as the minimal version
Previous versions of jsonschema (<3.2.0) doesn't support python 3.8 [1]. Python 3.8 is part of the victoria supported runtimes [2] so we now force to use jsonschema version 3.2.0 to avoid issues, remove ambiguity and ensure that everything works with python 3 in general. [1] https://github.com/Julian/jsonschema/pull/627 [2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria Change-Id: I511faa17b27eac827922957e4b36108da0dcd0c8
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index c53d8f7c..6796cf60 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -24,7 +24,7 @@ python-neutronclient>=6.7.0 # Apache-2.0
python-glanceclient>=2.8.0 # Apache-2.0
python-troveclient>=2.2.0 # Apache-2.0
iso8601>=0.1.11 # MIT
-jsonschema>=2.6.0 # MIT
+jsonschema>=3.2.0 # MIT
Jinja2>=2.10 # BSD License (3 clause)
pexpect!=3.3,>=3.1 # ISC License
oslo.config>=5.2.0 # Apache-2.0