diff --git a/platformio/package/manifest/schema.py b/platformio/package/manifest/schema.py index be49b3ee..11d3f902 100644 --- a/platformio/package/manifest/schema.py +++ b/platformio/package/manifest/schema.py @@ -242,7 +242,7 @@ class ManifestSchema(BaseSchema): def load_spdx_licenses(): r = requests.get( "https://raw.githubusercontent.com/spdx/license-list-data" - "/v3.8/json/licenses.json" + "/v3.9/json/licenses.json" ) r.raise_for_status() return r.json()