Skip to content

Commit ff3d81c

Browse files
Upgrade: [dependabot] - bump pip-licenses from 4.3.4 to 4.4.0 (#72)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.4 to 4.4.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>4.4.0</h2> <ul> <li>Implement new option <code>--partial-match</code></li> </ul> </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>4.4.0</h3> <ul> <li>Implement new option <code>--partial-match</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/raimon49/pip-licenses/commit/fcfe59d2d9d0eec37fd1d0b4cf8fae06994d9770"><code>fcfe59d</code></a> Merge pull request <a href="https://redirect.github.com/raimon49/pip-licenses/issues/188">#188</a> from raimon49/release-4.4.0</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/47d596b6ddeeb59c9d80aeeb373efb2b48fac6f2"><code>47d596b</code></a> Bump version to 4.4.0</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/c6e0a0d2b617e3321340e4ed821bdf980099ad9e"><code>c6e0a0d</code></a> Merge pull request <a href="https://redirect.github.com/raimon49/pip-licenses/issues/186">#186</a> from costasd/add_partial_match</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/f69136cdadf7a0eb712b65451591c55f1254d8cf"><code>f69136c</code></a> Add Readme entry for partial-match</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/7ccee8f91b6a4798a0179d2a3e7ca690582cd0d0"><code>7ccee8f</code></a> Enable partial matching on allow-only/fail-on</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/6ab64cd48d642df313e37728681646f5fc0242d1"><code>6ab64cd</code></a> Merge pull request <a href="https://redirect.github.com/raimon49/pip-licenses/issues/185">#185</a> from raimon49/dependabot/pip/black-24.3.0</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/6826c699ec68d46ff6b9b459b020865718bfc786"><code>6826c69</code></a> Bump black from 22.12.0 to 24.3.0</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/e3a3d873c49aea79db4cdb226e4673e9224959ec"><code>e3a3d87</code></a> Merge pull request <a href="https://redirect.github.com/raimon49/pip-licenses/issues/184">#184</a> from jaimeMF/fix_tests_on_python_312</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/d48c33692de2013c17706e426e50c4783cced0d3"><code>d48c336</code></a> ci: Run workflow on python 3.12</li> <li><a href="https://github.com/raimon49/pip-licenses/commit/b711bd2180676505e36d9b4ad02d9bee0df73101"><code>b711bd2</code></a> Bump typing-extensions version in order to support python 3.12</li> <li>Additional commits viewable in <a href="https://github.com/raimon49/pip-licenses/compare/v-4.3.4...v-4.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip-licenses&package-manager=pip&previous-version=4.3.4&new-version=4.4.0)](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>
1 parent 5723635 commit ff3d81c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requests = "^2.31.0"
2626

2727
[tool.poetry.dev-dependencies]
2828
flake8 = "^7.0.0"
29-
pip-licenses = "^4.3.4"
29+
pip-licenses = "^4.4.0"
3030
pre-commit = "^3.5.0"
3131
cfn-lint = "^0.86.1"
3232

0 commit comments

Comments
 (0)