Remove cap for jsonschema in global-requirements

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: I328cbd8216ec4591e08414dafc9ea099391efd86
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 Tony Breeds
parent a6f7c08166
commit 828484138c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jsonmodels # BSD License (3 clause)
jsonpatch!=1.20 # BSD
jsonpath-rw<2.0 # Apache-2.0
jsonpath-rw-ext # Apache-2.0
jsonschema<3.0.0 # MIT
jsonschema # MIT
kazoo # Apache-2.0
keystoneauth1 # Apache-2.0
keystonemiddleware # Apache-2.0