Skip to content

Update to jsonschema to support Draft 7 and fix some invalid json

Jérome Perrin requested to merge jerome/slapos:feat/json-test-failure into master

Update jsonschema eggs and some dependent eggs (including setuptools - but it looks OK) so that we can validate draft7 of json schema.

Because jsonschema now bundles some schemas for json schemas, we don't need to include it here.

Merge request reports