LLNL / Surfactant

Modular framework for file information extraction and dependency analysis to generate accurate SBOMs
MIT License
24 stars 16 forks source link

Bump cyclonedx-python-lib from 7.4.1 to 7.5.1 #225

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps cyclonedx-python-lib from 7.4.1 to 7.5.1.

Release notes

Sourced from cyclonedx-python-lib's releases.

v7.5.1 (2024-07-08)

Fix

  • fix: XML serialize normalizedString and token properly (#646)

fixes #638


Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (b40f739)


What's Changed

Full Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/compare/v7.5.0...v7.5.1

v7.5.0 (2024-07-04)

Feature

  • feat: add workaround property for v1.5 and v1.6 (#642)

Property workaround was missing from the vulnerability model. It was added in spec v1.5 and was marked as TODO before.

This is my first contribution on this project so if I done something wrong, just say me :smiley:

Signed-off-by: Louis Maillard <louis.maillard@savoirfairelinux.com> Signed-off-by: Louis Maillard <louis.maillard@protonmail.com> Co-authored-by: Louis Maillard <louis.maillard@savoirfairelinux.com> (b5ebcf8)

Style

  • style: model args - one per line (#643)

this should make future PR reviews easier, since adding new args in the middle will not cause complete code blocks to change, but is just a new line ...

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (5b74b0f)


... (truncated)

Changelog

Sourced from cyclonedx-python-lib's changelog.

v7.5.1 (2024-07-08)

Fix

  • fix: XML serialize normalizedString and token properly (#646)

fixes #638


Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (b40f739)

v7.5.0 (2024-07-04)

Feature

  • feat: add workaround property for v1.5 and v1.6 (#642)

Property workaround was missing from the vulnerability model. It was added in spec v1.5 and was marked as TODO before.

This is my first contribution on this project so if I done something wrong, just say me :smiley:

Signed-off-by: Louis Maillard <louis.maillard@savoirfairelinux.com> Signed-off-by: Louis Maillard <louis.maillard@protonmail.com> Co-authored-by: Louis Maillard <louis.maillard@savoirfairelinux.com> (b5ebcf8)

Style

  • style: model args - one per line (#643)

this should make future PR reviews easier, since adding new args in the middle will not cause complete code blocks to change, but is just a new line ...

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com> (5b74b0f)

Commits
  • 51ce89f chore(release): 7.5.1
  • b40f739 fix: XML serialize normalizedString and token properly (#646)
  • ce6991b chore(deps-dev): update tox requirement from 4.15.1 to 4.16.0 (#644)
  • 1bb1b17 chore(release): 7.5.0
  • b5ebcf8 feat: add workaround property for v1.5 and v1.6 (#642)
  • 5b74b0f style: model args - one per line (#643)
  • ba6dee4 chore(deps-dev): update autopep8 requirement from 2.2.0 to 2.3.1 (#640)
  • 4a301d1 chore(deps-dev): update coverage requirement from 7.5.3 to 7.5.4 (#641)
  • 78f175c chore(deps-dev): update mypy requirement from 1.10.0 to 1.10.1 (#639)
  • 49a93a0 chore(deps-dev): update flake8 requirement from 7.0.0 to 7.1.0 (#637)
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)