Bump cyclonedx-python-lib from 4.2.2 to 11.1.0#542
Conversation
449b564 to
3630172
Compare
|
A newer version of cyclonedx-python-lib exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
|
@dependabot rebase |
|
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
3630172 to
4131f70
Compare
|
Cyclone-dx dropped support for py 3.7 which would requires us to do so as well. Keeping this branch open for now. |
4131f70 to
4cd1344
Compare
4cd1344 to
50a466a
Compare
Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 4.2.2 to 5.0.1. - [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@v4.2.2...v5.0.1) --- 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>
da71c86 to
4826df8
Compare
|
/korbit-review /korbit-description |
There was a problem hiding this comment.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
| Category | Issue | Status |
|---|---|---|
| Incorrect regex pattern for BomRef matching ▹ view |
Files scanned
| File Path | Reviewed |
|---|---|
| dfetch/reporting/sbom_reporter.py | ✅ |
| features/steps/generic_steps.py | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
4826df8 to
717b8be
Compare
|
Running into madpah/serializable#8 Fixable with microsoft/pyright#4426? |
Bumps cyclonedx-python-lib from 4.2.2 to 5.0.1.
Release notes
Sourced from cyclonedx-python-lib's releases.
... (truncated)
Changelog
Sourced from cyclonedx-python-lib's changelog.
... (truncated)
Commits
b777901chore(release): 5.0.1aae7304"chore(deps): revert bump python-semantic-release/python-semantic-release (#4...9c3ffacchore(deps): bump python-semantic-release/python-semantic-release (#474)c4eaaa5chore: makepyprojectparsable by dependabot (#477)c3254d0docs: revisit project meta (#475)b9fcfb4docs: fix RTFD build (#476)4454d60chore(release): 5.0.026b151cfeat!: v5.0.0 (#440)50ce108chore(release): 4.2.35fa66a0fix: SPDX-expression-validation internal crashes are cought and handled (#471)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Description by Korbit AI
What change is being made?
Upgrade cyclonedx-python-lib from 4.2.2 to 11.1.0 and align SBOM generation and tooling accordingly (update SBOM reporter to new API and schema v1.6, adjust tests and CI to reflect the new schema and component references, and update related dev tooling and workflow).
Why are these changes being made?
Provide the newer CycloneDX features and schema (v1.6) and ensure compatibility with the updated cyclonedx-python-lib, while keeping CI, dev tooling, and tests in sync with the new SBOM format.