CLI: Bump the 'jsonschema' version (#16635)

* CLI: Bump the 'jsonschema' version

Update the used meta-schema from Draft 7 from 2018 to the latest one,
Draft 2020-12.
Currently, the validator falls back to Draft 7 if the newer validator is
not available. Draft 2020-12 support was introduced to 'jsonschema' in
version 4.0.0.

* Fix formatting
This commit is contained in:
Erovia 2022-04-06 19:46:16 +01:00 committed by GitHub
parent d870716457
commit 85de020573
Failed to generate hash of commit
2 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,7 @@ argcomplete
colorama
hid
hjson
jsonschema>=3
jsonschema>=4
milc>=1.4.2
pygments
pyusb