Update SPDX to 3.23

This commit is contained in:
Ivan Kravets
2024-02-09 11:34:12 +02:00
parent f4319f670c
commit f519a9d524
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: 64a2a3b6da...62cd4c75f1

View File

@ -276,7 +276,7 @@ class ManifestSchema(BaseSchema):
@staticmethod
@memoized(expire="1h")
def load_spdx_licenses():
version = "3.22"
version = "3.23"
spdx_data_url = (
"https://raw.githubusercontent.com/spdx/license-list-data/"
f"v{version}/json/licenses.json"