Uncap jsonschema
Global-requirements removed the cap for jsonschema as we prepare to raise upper-constraints to allow the newer versions. This now causes requirement-check job failures since the jsonschema line in requirements.txt does not match the line in global-requirements. Change-Id: I070d2327400708f389f13d5d4cd06b3dc5903f8e Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
73329e1640
commit
f4b7a5154b
@ -10,7 +10,7 @@ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
||||
greenlet>=0.4.10 # MIT
|
||||
httplib2>=0.9.1 # MIT
|
||||
iso8601>=0.1.11 # MIT
|
||||
jsonschema<3.0.0,>=2.6.0 # MIT
|
||||
jsonschema>=2.6.0 # MIT
|
||||
ipaddress>=1.0.17;python_version<'3.3' # PSF
|
||||
keystoneauth1>=3.7.0 # Apache-2.0
|
||||
keystonemiddleware>=4.21.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user