Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cyclonedx-python-lib from 7.3.4 to 7.4.0 #23

Merged
merged 1 commit into from
May 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps cyclonedx-python-lib from 7.3.4 to 7.4.0.

Release notes

Sourced from cyclonedx-python-lib's releases.

v7.4.0 (2024-05-23)

Chore

  • chore(deps-dev): update xmldiff requirement from 2.6.3 to 2.7.0 (#620)

Updates the requirements on xmldiff to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href=&#34;CycloneDX/cyclonedx-python-lib#34 changelog</a>.</em></p> <blockquote> <h2>2.7.0 (2024-05-13)</h2> <ul> <li> <p>Changed the comparison to make accurate and standard more accurate, although fast gets less accurate as a result.</p> </li> <li> <p>Changed usage of deprecated <code>pkg_resources</code> package to <code>importlib.metadata</code>.</p> </li> <li> <p>A <code>use_replace</code> flag was added to the <code>XMLFormatter</code> by Thomas Pfitzinger. It changes text replacement from delete and insert tags to a replace tag. It&#39;s not currently accessaible thtough the CLI, the question is it is better to add a new formatter name, or an option to pass in formatter flags.</p> <ul> <li>Added option to XMLFormatter to use replace tags</li> <li>in _make_diff_tags after diffing, neighboring delete/insert diffs are joined to a replace tag</li> <li>the deleted text is added as an attribute (&quot;old-text&quot;)</li> <li>the inserted text is the element&#39;s text</li> </ul> </li> </ul> <h2>2.6.3 (2023-05-21)</h2> <ul> <li>And there was a namespace bug in the patch as well. <a href=&#34;Shoobx/xmldiff#118> </ul> <h2>2.6.2 (2023-05-21)</h2> <ul>

... (truncated)

Changelog

Sourced from cyclonedx-python-lib's changelog.

v7.4.0 (2024-05-23)

Chore

  • chore(deps-dev): update xmldiff requirement from 2.6.3 to 2.7.0 (#620)

Updates the requirements on xmldiff to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href=&#34;CycloneDX/cyclonedx-python-lib#34 changelog</a>.</em></p> <blockquote> <h2>2.7.0 (2024-05-13)</h2> <ul> <li> <p>Changed the comparison to make accurate and standard more accurate, although fast gets less accurate as a result.</p> </li> <li> <p>Changed usage of deprecated <code>pkg_resources</code> package to <code>importlib.metadata</code>.</p> </li> <li> <p>A <code>use_replace</code> flag was added to the <code>XMLFormatter</code> by Thomas Pfitzinger. It changes text replacement from delete and insert tags to a replace tag. It&#39;s not currently accessaible thtough the CLI, the question is it is better to add a new formatter name, or an option to pass in formatter flags.</p> <ul> <li>Added option to XMLFormatter to use replace tags</li> <li>in _make_diff_tags after diffing, neighboring delete/insert diffs are joined to a replace tag</li> <li>the deleted text is added as an attribute (&quot;old-text&quot;)</li> <li>the inserted text is the element&#39;s text</li> </ul> </li> </ul> <h2>2.6.3 (2023-05-21)</h2> <ul> <li>And there was a namespace bug in the patch as well. <a href=&#34;Shoobx/xmldiff#118> </ul> <h2>2.6.2 (2023-05-21)</h2> <ul>

... (truncated)

Commits
  • 9ba994c chore(release): 7.4.0
  • 3f9770a feat: updated SPDX license list to v3.24.0 (#622)
  • c3e17cf chore(deps-dev): update xmldiff requirement from 2.6.3 to 2.7.0 (#620)
  • c036912 chore(deps-dev): update pep8-naming requirement from 0.13.3 to 0.14.1 (#619)
  • 9ee5a97 chore(deps-dev): update flake8-annotations requirement from 3.1.0 to 3.1.1 (#...
  • 75f58dc docs: OSSP best practice percentage
  • 22474d8 chore(deps-dev): update flake8-annotations requirement from 3.0.1 to 3.1.0 (#...
  • See full diff 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 <dependency name> 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)

Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 7.3.4 to 7.4.0.
- [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@v7.3.4...v7.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 23, 2024
@github-actions github-actions bot enabled auto-merge (squash) May 23, 2024 20:41
@github-actions github-actions bot merged commit 10ca255 into main May 24, 2024
6 checks passed
@github-actions github-actions bot deleted the dependabot/pip/cyclonedx-python-lib-7.4.0 branch May 24, 2024 00:03
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