From c3bc5f2ea372a06754c7834861e5e0e602d0b8bc Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 11 Jul 2024 12:22:18 +0000
Subject: [PATCH] Upgrade: [dependabot] - bump pip-licenses from 4.4.0 to 4.5.0
(#166)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from
4.4.0 to 4.5.0.
Release notes
Sourced from pip-licenses's
releases.
4.5.0
- Implement new feature pyproject.toml support
Changelog
Sourced from pip-licenses's
changelog.
4.5.0
- Implement new feature pyproject.toml support
Commits
9c2db19
Merge pull request #202
from raimon49/release-4.5.0
41f52cc
Bump zipp from 3.11.0 to 3.19.1
adddac8
Bump certifi from 2023.7.22 to 2024.7.4
0915817
Bump version to 4.5.0
e65760f
Add external packages that depend on it at runtime
4e56124
Fix internal page link ancor (a little fix)
ef8805a
Merge pull request #200
from mbalatsko/support-pyproject-toml-config
ee26a1c
add to table of contents
051f12a
add description of feature to README.md
ad42380
support configuring input parameters using
pyptoject.toml
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip-licenses&package-manager=pip&previous-version=4.4.0&new-version=4.5.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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 22 +++++++++++++++++-----
pyproject.toml | 2 +-
2 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index d949a6a..2848fdb 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -233,20 +233,21 @@ setuptools = "*"
[[package]]
name = "pip-licenses"
-version = "4.4.0"
+version = "4.5.0"
description = "Dump the software license list of Python packages installed with pip."
optional = false
python-versions = "~=3.8"
files = [
- {file = "pip-licenses-4.4.0.tar.gz", hash = "sha256:996817118375445243a34faafe23c06f6b2d250247c4046571b5a6722d45be69"},
- {file = "pip_licenses-4.4.0-py3-none-any.whl", hash = "sha256:dbad2ac5a25f574cabe2716f2f031a0c5fa359bed9b3ef615301f4e546893b46"},
+ {file = "pip-licenses-4.5.0.tar.gz", hash = "sha256:ef00cecd58ea9a9484f11ddaa4baa6994b611e94239a4449b98e0feb309074a5"},
+ {file = "pip_licenses-4.5.0-py3-none-any.whl", hash = "sha256:1f52b73654dddb2ad0e3853e3884fb8aee1226bae7897b0e4122ad983c942f75"},
]
[package.dependencies]
prettytable = ">=2.3.0"
+tomli = ">=2"
[package.extras]
-test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner"]
+test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w"]
[[package]]
name = "platformdirs"
@@ -439,6 +440,17 @@ files = [
{file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"},
]
+[[package]]
+name = "tomli"
+version = "2.0.1"
+description = "A lil' TOML parser"
+optional = false
+python-versions = ">=3.7"
+files = [
+ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"},
+ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"},
+]
+
[[package]]
name = "urllib3"
version = "2.2.2"
@@ -490,4 +502,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
-content-hash = "bc43ce519138634cb33d061c11c4f96483a3b91e8de8e45902cc30b2009e5d3a"
+content-hash = "1dce34cbff931d56395cb1e9eca18dd9bbf7ad3c5d665fa14049b0becccc44fb"
diff --git a/pyproject.toml b/pyproject.toml
index 63b02ba..d4071ae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pre-commit = "^3.5.0"
[tool.poetry.dev-dependencies]
requests = "2.32.3"
flake8 = "^5.0.4"
-pip-licenses = "^4.4.0"
+pip-licenses = "^4.5.0"
[tool.poetry.scripts]