Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps cyclonedx-python-lib from 0.12.3 to 2.5.2.

Release notes

Sourced from cyclonedx-python-lib's releases.

v2.5.2

Fix

  • Add expected lower-than comparators for OrganizationalEntity and VulnerabilityCredits (#248) (0046ee1)

v2.5.1

Fix

  • Add missing Vulnerability comparator for sorting (#246) (c3f3d0d)

v2.5.0

Feature

  • Use SortedSet in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @​RodneyRichardson (8a1c404)

Documentation

  • Fix typo "This is out" -> "This is our" (ef0278a)

v2.4.0

Feature

  • deps: Remove unused typing-extensions constraints (2ce358a)

v2.3.0

Feature

  • Add support for Dependency Graph in Model and output serialisation (ea34513)

v2.2.0

Feature

  • Bump XML schemas to latest fix version for 1.2-1.4 - see: (bd2e756)
  • Bump JSON schemas to latest fix verison for 1.2 and 1.3 - see: (bd6a088)

v2.1.1

Fix

  • Prevent error if version not set (b9a84b5)
  • version being optional in JSON output can raise error (ba0c82f)

v2.1.0

Feature

  • Output errors are verbose (bfe8fb1)

v2.0.0

Feature

Fix

  • license_url not serialised in XML output #179 (#180) (f014d7c)
  • Component.bom_ref is not Optional in our model implementation (in the schema it is) - we generate a UUID if bom_ref is not supplied explicitly (5c954d1)
  • Temporary fix for __hash__ of Component with properties #153 (a51766d)

... (truncated)

Changelog

Sourced from cyclonedx-python-lib's changelog.

v2.5.2 (2022-06-15)

Fix

  • Add expected lower-than comparators for OrganizationalEntity and VulnerabilityCredits (#248) (0046ee1)

v2.5.1 (2022-06-10)

Fix

  • Add missing Vulnerability comparator for sorting (#246) (c3f3d0d)

v2.5.0 (2022-06-10)

Feature

  • Use SortedSet in model to improve reproducibility - this will provide predictable ordering of various items in generated CycloneDX documents - thanks to @​RodneyRichardson (8a1c404)

Documentation

  • Fix typo "This is out" -> "This is our" (ef0278a)

v2.4.0 (2022-05-17)

Feature

  • deps: Remove unused typing-extensions constraints (2ce358a)

v2.3.0 (2022-04-20)

Feature

  • Add support for Dependency Graph in Model and output serialisation (ea34513)

v2.2.0 (2022-04-12)

Feature

  • Bump XML schemas to latest fix version for 1.2-1.4 - see: (bd2e756)
  • Bump JSON schemas to latest fix verison for 1.2 and 1.3 - see: (bd6a088)

v2.1.1 (2022-04-05)

Fix

  • Prevent error if version not set (b9a84b5)
  • version being optional in JSON output can raise error (ba0c82f)

v2.1.0 (2022-03-28)

Feature

  • Output errors are verbose (bfe8fb1)

v2.0.0 (2022-02-21)

Feature

Fix

  • license_url not serialised in XML output #179 (#180) (f014d7c)
  • Component.bom_ref is not Optional in our model implementation (in the schema it is) - we generate a UUID if bom_ref is not supplied explicitly (5c954d1)
  • Temporary fix for __hash__ of Component with properties #153 (a51766d)

... (truncated)

Commits
  • fb9a796 2.5.2
  • 0046ee1 fix: add expected lower-than comparators for OrganizationalEntity and `Vuln...
  • ddd0144 chore(deps): bump actions/setup-python from 3 to 4 (#247)
  • 1ea5b20 2.5.1
  • c3f3d0d fix: add missing Vulnerability comparator for sorting (#246)
  • 48ea951 chore(deps-dev): bump mypy from 0.960 to 0.961 (#244)
  • c820423 2.5.0
  • 8a1c404 feat: use SortedSet in model to improve reproducibility - this will provide...
  • c43f6d8 Merge pull request #235 from RodneyRichardson/use-sorted-set
  • 1b8ac25 Merge branch 'CycloneDX:main' into use-sorted-set
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 0.12.3 to 2.5.2.
- [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md)
- [Commits](CycloneDX/cyclonedx-python-lib@v0.12.3...v2.5.2)

---
updated-dependencies:
- dependency-name: cyclonedx-python-lib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 21, 2022

Superseded by #43.

@dependabot dependabot bot closed this Jun 21, 2022
@dependabot dependabot bot deleted the dependabot/pip/cyclonedx-python-lib-2.5.2 branch June 21, 2022 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant