From a4a4aae7330f48bb5a3efc100c2fbcb0cab049bb Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Mon, 12 Sep 2022 09:06:16 +0200 Subject: [PATCH] fix: Update codemeta lower bounds for jsonschema, importlib-resources (#2000) * Update jsonschema lower bound to v4.15.0 and importlib-resources lower bound to v1.4.0 to match their versions in setup.cfg. - Amends PR #1979 --- codemeta.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codemeta.json b/codemeta.json index 5f25a8455e..4ed05eed12 100644 --- a/codemeta.json +++ b/codemeta.json @@ -83,7 +83,7 @@ "url": "https://pypi.org" }, "runtimePlatform": "Python 3", - "version": ">=3.0.0" + "version": ">=4.15.0" }, { "@type": "SoftwareApplication", @@ -122,7 +122,7 @@ "url": "https://pypi.org" }, "runtimePlatform": "Python 3", - "version": ">=1.3.0" + "version": ">=1.4.0" }, { "@type": "SoftwareApplication",