Update jsonschema according to requirements

Project rally depends on os-faults and fails in running
because of version conflicts.

Change-Id: I21eb5ccb7e0ea64f2d55143db1656562dc85f1a8
This commit is contained in:
Eyal 2019-09-09 10:47:41 +03:00
parent 94ea1df3da
commit c5738cf433
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ pbr>=2.0.0 # Apache-2.0
appdirs>=1.3.0 # MIT License appdirs>=1.3.0 # MIT License
click>=6.7 # BSD click>=6.7 # BSD
iso8601>=0.1.11 # MIT iso8601>=0.1.11 # MIT
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT jsonschema>=2.6.0 # MIT
oslo.concurrency>=3.0.0 # Apache-2.0 oslo.concurrency>=3.0.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0