Skip to content

Commit

Permalink
fix: Update codemeta lower bounds for jsonschema, importlib-resources (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
matthewfeickert authored Sep 12, 2022
1 parent 68f5222 commit a4a4aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": ">=3.0.0"
"version": ">=4.15.0"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -122,7 +122,7 @@
"url": "https://pypi.org"
},
"runtimePlatform": "Python 3",
"version": ">=1.3.0"
"version": ">=1.4.0"
},
{
"@type": "SoftwareApplication",
Expand Down

0 comments on commit a4a4aae

Please sign in to comment.