forked from mirrors/qmk_userspace
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:
parent
d870716457
commit
85de020573
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@ argcomplete
|
|||
colorama
|
||||
hid
|
||||
hjson
|
||||
jsonschema>=3
|
||||
jsonschema>=4
|
||||
milc>=1.4.2
|
||||
pygments
|
||||
pyusb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue