From e54a1500df8cc61e7cd6e2e22eb066ebef50f8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 22:55:39 +0000 Subject: [PATCH] build(deps-dev): 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 f066395..e96ab4d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -952,14 +952,14 @@ tests = ["pytest (>=9)", "typing-extensions (>=4.15)"] [[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] @@ -967,7 +967,7 @@ prettytable = ">=3.12.0" tomli = {version = ">=2", markers = "python_version < \"3.11\""} [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" @@ -1648,4 +1648,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "22f19588dd804f49ce4451fabc8f0fa99cfe2e7070639b925324cf006b273053" +content-hash = "2ce14dcfd1f61f87f1c80f974b5b49992b79d54d130eeeca840c12901cc79ac7" diff --git a/pyproject.toml b/pyproject.toml index b88c9a1..5a6f3b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,6 @@ pytest = "^8.3.5" coverage = "^7.13.4" flake8 = "^7.2.0" black = "^26.3.1" -pip-licenses = "^5.0.0" +pip-licenses = "^5.5.5" jinja2 = "^3.1.6" pytest-nhsd-apim = "^5.0.0"