Skip to content

Bump cyclonedx-python-lib from 7.3.2 to 7.4.0#15

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/cyclonedx-python-lib-7.4.0
Closed

Bump cyclonedx-python-lib from 7.3.2 to 7.4.0#15
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/pip/cyclonedx-python-lib-7.4.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 24, 2024

Bumps cyclonedx-python-lib from 7.3.2 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 (#...
  • 9e00604 chore(release): 7.3.4
  • b331aeb fix: allow suppliers with empty-string names (#611)
  • d081ffe chore(release): 7.3.3
  • 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 <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.2 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.2...v7.4.0)

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

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 May 24, 2024
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 13, 2024

Superseded by #16.

@dependabot dependabot Bot closed this Jun 13, 2024
@dependabot dependabot Bot deleted the dependabot/pip/cyclonedx-python-lib-7.4.0 branch June 13, 2024 05:27
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.

0 participants