Skip to content

Commit b6216a9

Browse files
author
PyCompiler ARK++ Team
committed
deps(sbom): replace cyclonedx-py with cyclonedx-bom for Python 3.12/3.13 compatibility
1 parent 10eca87 commit b6216a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ pip-audit>=2.6.0,<3.0.0
4545
safety>=2.3.0,<3.0.0
4646

4747
# SBOM generation (dev)
48-
cyclonedx-py>=4.0.0,<5.0.0
48+
# Use cyclonedx-bom (CLI) instead of deprecated/obsolete cyclonedx-py
49+
cyclonedx-bom>=4.0.0,<6.0.0
4950

5051
# Build tools (dev)
5152
build>=1.0.0,<2.0.0

0 commit comments

Comments
 (0)