-
Notifications
You must be signed in to change notification settings - Fork 0
Commit b407c26
Upgrade: [dependabot] - bump pip-licenses from 5.0.0 to 5.5.0 (#2344)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from
5.0.0 to 5.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raimon49/pip-licenses/releases">pip-licenses's
releases</a>.</em></p>
<blockquote>
<h2>v-5.5.0</h2>
<h1>Patch Notes for v-5.5.0</h1>
<ul>
<li>Minor Security updates</li>
<li>Initial Implementation of <a
href="https://peps.python.org/pep-0639/">PEP-639</a> support</li>
<li>Initial support for builtin <code>tomllib</code> for Python 3.11+
(<em>reducing external dependencies by 1</em>)</li>
<li>Fixes an edge case where packages are named with version info.</li>
<li>Declares support for Python 3.13 & 3.14</li>
</ul>
<h2>Impacted GHI:</h2>
<ul>
<li><input type="checkbox" checked="" disabled="" /> Closes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/225">#225</a></li>
<li><input type="checkbox" checked="" disabled="" /> Closes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/232">#232</a></li>
</ul>
<ul>
<li>Contributed to <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/236">#236</a></li>
</ul>
<h2>Included and Superseded PRs</h2>
<ul>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/210">#210</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/213">#213</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/214">#214</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/215">#215</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/218">#218</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/219">#219</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/222">#222</a></li>
<li>includes and supersedes <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/230">#230</a></li>
</ul>
<hr />
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md">pip-licenses's
changelog</a>.</em></p>
<blockquote>
<h3>5.5.0</h3>
<ul>
<li>Replace dependency on <code>tomli</code> with builtin
<code>tomllib</code> for Python 3.11</li>
<li>Added support for <code>License-Expression</code> metadata field,
see <a href="https://peps.python.org/pep-0639/">PEP 639</a></li>
<li>Added <code>--from=expression</code> option</li>
<li>Breaking change: The <code>--from=all</code> output now includes the
<code>License-Expression</code> value</li>
<li>Fixed KeyError with <code>--partial</code> and
<code>--allow-only</code> if a license matches multiple allowed
licenses.</li>
<li>Declare support for Python 3.13 and 3.14</li>
<li>Added RST/Sphinx workflow example for
<code>--with-license-file</code> option in documentation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/67e539ec4624b9c900b44de3b96569c05bf79987"><code>67e539e</code></a>
[FEATURE] Release Attestation</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/72342f78263e5456e856151dd4510d27009fe8b8"><code>72342f7</code></a>
Minor refactor for duplicate ids</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/363b2728fde9bc55f826c759fd13a3ad623507d6"><code>363b272</code></a>
Minor fix for continuous deployment setup logic</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/2818ae4a0bfaf145c88ca418e1dcbe74d3139535"><code>2818ae4</code></a>
[YANK] minor fixes to v-5.5.0rc1 -- bump to rc2</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/5456cf752db92520db58aeb221dfd20395852b86"><code>5456cf7</code></a>
[UPDATE] Improved CI/CD (and version 5.5 bump)</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/99100d062300d294562c72943b3f90d62c37e6c5"><code>99100d0</code></a>
[MERGE] pull request <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/218">#218</a>
from cdce8p/python-313</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/8980be425fca763a53db38c49dc62c484828ad2f"><code>8980be4</code></a>
Declare support for Python 3.13 and 3.14</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/1bec845d5f794fc4468f9211d8db2440e1cd6806"><code>1bec845</code></a>
[MERGE] pull request <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/238">#238</a>
from raimon49/patch-partial-matching-refactor-231</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/379fce6aa2712ff92e4b2396c4a185b113ab0843"><code>379fce6</code></a>
Add additional test case.</li>
<li><a
href="https://github.com/raimon49/pip-licenses/commit/863ccf2bf9ffba666aa43cd0f9531c675862bbf5"><code>863ccf2</code></a>
[MERGE] pull request <a
href="https://redirect.github.com/raimon49/pip-licenses/issues/219">#219</a>
from cdce8p/update-build-system</li>
<li>Additional commits viewable in <a
href="https://github.com/raimon49/pip-licenses/compare/v-5.0.0...v-5.5.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>1 parent ea813d1 commit b407c26Copy full SHA for b407c26
File tree
Expand file treeCollapse file tree
2 files changed
+6
-49
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+6
-49
lines changedOpen diff view settings
Collapse file
+5-48Lines changed: 5 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments