From e44a3c587eded0e182fd3cf3922515b0a4352972 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:46:37 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump pip-licenses from 5.5.1 to 5.5.5 Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 5.5.1 to 5.5.5. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-5.5.1...v-5.5.5) --- updated-dependencies: - dependency-name: pip-licenses dependency-version: 5.5.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f04e0f0f..02b9aab8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2740,21 +2740,21 @@ xmp = ["defusedxml"] [[package]] name = "pip-licenses" -version = "5.5.1" +version = "5.5.5" description = "Dump the software license list of Python packages installed with pip." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pip_licenses-5.5.1-py3-none-any.whl", hash = "sha256:ed5e229a93760e529cfa7edaec6630b5a2cd3874c1bddb8019e5f18a723fdead"}, - {file = "pip_licenses-5.5.1.tar.gz", hash = "sha256:7df370e6e5024a3f7449abf8e4321ef868ba9a795698ad24ab6851f3e7fc65a7"}, + {file = "pip_licenses-5.5.5-py3-none-any.whl", hash = "sha256:f4c4c6d9e6a03612cf59f29f19dc8ab54904d82e055b8e191498f2279a224e14"}, + {file = "pip_licenses-5.5.5.tar.gz", hash = "sha256:60750c006adf7a0910347b726e8ee9fee3bc8d2e7c8307a5c4ec0776c8e2a276"}, ] [package.dependencies] prettytable = ">=3.12.0" [package.extras] -dev = ["autopep8", "black", "docutils", "isort", "mypy", "pip-tools", "pypandoc", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w", "twine", "wheel"] +dev = ["docutils (>=0.19)", "mypy", "pip-tools", "pypandoc", "pytest-cov", "pytest-runner", "ruff", "tomli-w", "virtualenv (>=21.1.0)", "wheel"] [[package]] name = "platformdirs" @@ -4024,4 +4024,4 @@ requests = "*" [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "7b2d8b6469596f87843f273c368e082339ebb66e54856cceec4d41fd45fb5f9f" +content-hash = "c6813b953a0ab195db339756bdc5f16ed4b85f689c51a9f791931cfdcebb5692" diff --git a/pyproject.toml b/pyproject.toml index 61c6315b..a8ba7c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ cfn-lint = "^1.48.1" black = "^26.3.1" flake8 = "^7.3.0" jinja2 = "^3.1.6" -pip-licenses = "^5.5.1" +pip-licenses = "^5.5.5" click = "^8.3.0" rich = "^14.3.3" pytest-mock = "^3.15.1"