diff --git a/pyproject.toml b/pyproject.toml index 4f167b08..efdc874a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ build = [ "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml] "setuptools-scm==10.0.5", # For determining version ] -sbom = ["cyclonedx-bom==7.2.2"] +sbom = ["cyclonedx-bom==7.3.0"] [project.scripts] dfetch = "dfetch.__main__:main"