From 47b977f9b2e600c536618282864efb4b1207d97a Mon Sep 17 00:00:00 2001 From: Erovia Date: Sun, 13 Mar 2022 21:45:25 +0000 Subject: [PATCH] Bump the 'jsonschema' version Bump the installed version of jsonschema to >=4 so we have access to the validator of the latest meta-schema. As we already request >=3, installations after 2021-11-30 should satisfy the new requirements. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7242b7c..93b316b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,7 +42,7 @@ install_requires = setuptools>=45 # qmk_firmware packages hjson - jsonschema>=3 + jsonschema>=4 pygments qmk-dotty-dict packages = find: