Update SPDX to 3.22

This commit is contained in:
Ivan Kravets
2023-10-09 11:41:01 +03:00
parent 7229e1cce4
commit 2458309d55
2 changed files with 2 additions and 2 deletions

2
docs

Submodule docs updated: bfe7cb790d...2b5c9e4bda

View File

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