From 48b6ea41a72f1ccdbffc4da65da9b5ac99108a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:21:08 +0000 Subject: [PATCH 1/2] chore(deps): update cyclonedx-bom requirement Updates the requirements on [cyclonedx-bom](https://github.com/CycloneDX/cyclonedx-python) to permit the latest version. - [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/v4.0.0...v5.3.0) --- updated-dependencies: - dependency-name: cyclonedx-bom dependency-version: 5.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e88532f9..539af824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<3.4.0", "perflint >=0.8.0,<1.0.0", - "cyclonedx-bom >=4.0.0,<5.0.0", + "cyclonedx-bom >=4.0.0,<6.0.0", ] docs = [ "sphinx >=5.1.1,<9.0.0", From 0ace3dba156dbd35893321f4c38c7f6c701e9067 Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Mon, 7 Apr 2025 22:25:52 +1000 Subject: [PATCH 2/2] chore(deps): up lower version range --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 539af824..2a41d5f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,12 +45,12 @@ actions = [ "twine ==6.1.0", ] dev = [ + "cyclonedx-bom >=5.0.0,<6.0.0", "flit >=3.2.0,<4.0.0", "mypy >=1.0.0,<1.15", "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<3.4.0", "perflint >=0.8.0,<1.0.0", - "cyclonedx-bom >=4.0.0,<6.0.0", ] docs = [ "sphinx >=5.1.1,<9.0.0",