From a28fc53eacd6c3f11751b73c555abf481e1036ef Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 3 Apr 2019 11:32:33 -0500 Subject: [PATCH] Update to newer jsonschema in upper-constraints.txt We have jsonschema capped at a fairly old version. Other than some specific releases, it looks like keeping it below 3.0 was added in I943fd68b9fab3bce1764305a5058df5339470757 without really any explanation why. Spot checking a few repos seems to be fine with the latest versions of this lib. Removing restrictions on it to see if the current version can be used. Change-Id: Id56690ba6881a9b3ef6a65065249d874bfb8f2fa Signed-off-by: Sean McGinnis --- upper-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upper-constraints.txt b/upper-constraints.txt index 7c71673805..db271288ef 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -619,7 +619,7 @@ configparser===3.8.1;python_version=='2.7' decorator===4.4.0 cffi===1.12.3 futurist===1.9.0 -jsonschema===2.6.0 +jsonschema===3.0.1 sphinxcontrib-devhelp===1.0.1;python_version=='3.4' sphinxcontrib-devhelp===1.0.1;python_version=='3.5' sphinxcontrib-devhelp===1.0.1;python_version=='3.6'