Merge "Cap jsonschema 3.2.0 as the minimal version"

This commit is contained in:
Zuul 2020-05-27 05:06:01 +00:00 committed by Gerrit Code Review
commit e77374b4f4
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Jinja2==2.10
jmespath==0.9.3
jsonpatch==1.21
jsonpointer==2.0
jsonschema==2.6.0
jsonschema==3.2.0
keystoneauth1==3.4.0
keystonemiddleware==4.17.0
kombu==4.1.0

View File

@ -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