From 23771363164bf170ca26d74fd15cbd5d5f061368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:33:01 +0000 Subject: [PATCH] build(deps-dev): bump cyclonedx-bom from 7.3.0 to 7.3.1 Bumps [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/CycloneDX/cyclonedx-python/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/CycloneDX/cyclonedx-python/compare/v7.3.0...v7.3.1) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 7.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8abd3f661..84046920a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ build = [ "tomli; python_version < '3.11'", # Tomllib is default in 3.11, required for letting codespell read the pyproject.toml] "setuptools-scm==10.2.1", # For determining version ] -sbom = ["cyclonedx-bom==7.3.0"] +sbom = ["cyclonedx-bom==7.3.1"] wheel = ["build==1.5.1"] cve-audit = ["pip-audit==2.10.1"]