From c5738cf433de7aac8c230abe2a5aa547ac109bf7 Mon Sep 17 00:00:00 2001 From: Eyal Date: Mon, 9 Sep 2019 10:47:41 +0300 Subject: [PATCH] Update jsonschema according to requirements Project rally depends on os-faults and fails in running because of version conflicts. Change-Id: I21eb5ccb7e0ea64f2d55143db1656562dc85f1a8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9259726..3b97787 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ pbr>=2.0.0 # Apache-2.0 appdirs>=1.3.0 # MIT License click>=6.7 # BSD 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.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0