Cyclonedx-py

Latest version: v1.0.1

Safety actively analyzes 706267 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 11

3.11.1

Fix

* Fix typo in help page ([552](https://github.com/CycloneDX/cyclonedx-python/issues/552)) ([`19bf41a`](https://github.com/CycloneDX/cyclonedx-python/commit/19bf41a52a698ee3ddee5fafc5d293ea3d9427be))

----

What's Changed
* chore: adjust lowest constraints/requirements by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/513
* chore: rename file for lowest constraints/requirements by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/514
* chore: rename file for lowest constraints/requirements by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/515
* chore: rename file for lowest constraints/requirements by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/516
* chore: rename file for lowest constraints/requirements by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/517
* ci: disable windows tests on py>=3.8 by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/556
* ci: add build concurrency by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/557
* fix: fix typo in help page by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/552
* ci: finish transition to main branch by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/558
* ci: adjust release concurrecncy by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/559
* ci: finish transition to main branch by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/560
* chore(deps): Bump relekang/python-semantic-release from 7.33.1 to 7.34.6 by dependabot in https://github.com/CycloneDX/cyclonedx-python/pull/550
* chore: finish transition to main branch by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/561


**Full Changelog**: https://github.com/CycloneDX/cyclonedx-python/compare/v3.11.0...v3.11.1

3.11.0

Feature
* Deprecated CLI command `cyclonedx-bom` prints deprecation warning on STDERR before execution ([489](https://github.com/CycloneDX/cyclonedx-python/issues/489)) ([`2009236`](https://github.com/CycloneDX/cyclonedx-python/commit/2009236c537af212aab1d5907e02f2b003f3062c))

Documentation
* Fix typo in CLI help page ([490](https://github.com/CycloneDX/cyclonedx-python/issues/490)) ([`a8a8445`](https://github.com/CycloneDX/cyclonedx-python/commit/a8a844504494d10c217ba4739e6ff09b4ca34f67))
* Fix typos ([482](https://github.com/CycloneDX/cyclonedx-python/issues/482)) ([`edbe3d4`](https://github.com/CycloneDX/cyclonedx-python/commit/edbe3d4e0ee62396ac10b42dd9ee5d6094817675))
* Fix shields ([473](https://github.com/CycloneDX/cyclonedx-python/issues/473)) ([`e32b288`](https://github.com/CycloneDX/cyclonedx-python/commit/e32b28894a8859925f22a1f45aec8608e7cd8bc3))

----

What's Changed
* docs: fix shields by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/473
* chore(deps-dev): slack version pinning of `mypy` by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/478
* chore(deps): Bump Gr1N/setup-poetry from 7 to 8 by dependabot in https://github.com/CycloneDX/cyclonedx-python/pull/480
* docs: fix typos by thbeu in https://github.com/CycloneDX/cyclonedx-python/pull/482
* docs: fix typo in CLI help page by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/490
* chore(deps): Bump pip-requirements-parser from 32.0.0 to 32.0.1 by dependabot in https://github.com/CycloneDX/cyclonedx-python/pull/493
* chore(deps): Bump types-toml from 0.10.8 to 0.10.8.3 by dependabot in https://github.com/CycloneDX/cyclonedx-python/pull/496
* chore: fix lowest requirements for tests by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/499
* feat: deprecated CLI command `cyclonedx-bom` prints deprecation warning on STDERR before execution by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/489
* chore(deps): Bump relekang/python-semantic-release from 7.31.4 to 7.33.1 by dependabot in https://github.com/CycloneDX/cyclonedx-python/pull/492

New Contributors
* thbeu made their first contribution in https://github.com/CycloneDX/cyclonedx-python/pull/482

**Full Changelog**: https://github.com/CycloneDX/cyclonedx-python/compare/v3.10.1...v3.11.0

3.10.1

Fix
* PURL for PyPI packages from 'conda list' have the correct format now ([471](https://github.com/CycloneDX/cyclonedx-python/issues/471)) ([`1573064`](https://github.com/CycloneDX/cyclonedx-python/commit/157306483a21583d752714a77ad7d0c7395291e5))

Documentation
* Improve CONTRIBUTION instructions - sign-off step ([470](https://github.com/CycloneDX/cyclonedx-python/issues/470)) ([`578c0a8`](https://github.com/CycloneDX/cyclonedx-python/commit/578c0a88e63c804b1462e3d3b617f56b53b6012e))

----

What's Changed
* docs: improve CONTRIBUTION instructions - sign-off step by rolweber in https://github.com/CycloneDX/cyclonedx-python/pull/470
* fix: PURL for PyPI packages from 'conda list' have the correct format now by rolweber in https://github.com/CycloneDX/cyclonedx-python/pull/471

New Contributors
* rolweber made their first contribution in https://github.com/CycloneDX/cyclonedx-python/pull/470

**Full Changelog**: https://github.com/CycloneDX/cyclonedx-python/compare/v3.10.0...v3.10.1

3.10.0

Feature
* Add support for poetry lock format v2.0 ([469](https://github.com/CycloneDX/cyclonedx-python/issues/469)) ([`0b1e07f`](https://github.com/CycloneDX/cyclonedx-python/commit/0b1e07f91aada201088605a84ea394182ce0f10e))

----

What's Changed
* feat: support poetry lock format 2.0 by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/469


**Full Changelog**: https://github.com/CycloneDX/cyclonedx-python/compare/v3.9.0...v3.10.0

3.9.0

Feature
* Parsers can outbut more debug messages ([466](https://github.com/CycloneDX/cyclonedx-python/issues/466)) ([`9eedb4f`](https://github.com/CycloneDX/cyclonedx-python/commit/9eedb4ff27bb81f4ad323e9fa0f79230b0710032))

----

What's Changed
* feat: parsers can outbut more debug messages by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/466


**Full Changelog**: https://github.com/CycloneDX/cyclonedx-python/compare/v3.8.0...v3.9.0

3.8.0

Feature
* Error- and debug-output is send to STDERR, instead of STDOUT ([465](https://github.com/CycloneDX/cyclonedx-python/issues/465)) ([`f543b69`](https://github.com/CycloneDX/cyclonedx-python/commit/f543b69ee4463df3fb4d4b7c86475562f62e4744))

----

What's Changed
* feat: error- and debug-output is send to STDERR, instead of STDOUT by jkowalleck in https://github.com/CycloneDX/cyclonedx-python/pull/465


**Full Changelog**: https://github.com/CycloneDX/cyclonedx-python/compare/v3.7.4...v3.8.0

Page 3 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.