Merge "Cap jsonschema 3.2.0 as the minimal version"

This commit is contained in:
Zuul 2020-06-22 09:05:35 +00:00 committed by Gerrit Code Review
commit e92c72b970
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,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

@ -42,7 +42,7 @@ diskimage-builder>=2.24.0 # Apache-2.0
castellan>=0.16.0 # Apache-2.0
tenacity>=5.0.4 # Apache-2.0
distro>=1.2.0 # Apache-2.0
jsonschema>=2.6.0 # MIT
jsonschema>=3.2.0 # MIT
octavia-lib>=2.0.0 # Apache-2.0
netaddr>=0.7.19 # BSD
simplejson>=3.13.2 # MIT