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 <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-04-03 11:32:33 -05:00 committed by Dirk Mueller
parent 59129806e1
commit a28fc53eac

View File

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