diff --git a/poetry.lock b/poetry.lock index 855a0099..5d32b1af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1648,21 +1648,21 @@ re2 = ["google-re2 (>=1.1)"] [[package]] name = "pip-licenses" -version = "5.5.0" +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.0-py3-none-any.whl", hash = "sha256:ae1869436d13ee487088d29e71fc5821950062ad25ec28b6a1a443e0add6d8e8"}, - {file = "pip_licenses-5.5.0.tar.gz", hash = "sha256:2473e7afd02a0c21460758f70fd2bb3b3c080c5150713dd33baa9493dc1563a5"}, + {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" @@ -2883,4 +2883,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "c341ae8574cec2628b6b18d1fd33a8ed8dfbee96e797679dc913d1a5bc8958f9" +content-hash = "291714bdadb781e0f6689c269b94bf72254bf5869b7c37175c4ef4044ae18bfd" diff --git a/pyproject.toml b/pyproject.toml index 88d106c9..9edcace9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest-nhsd-apim = "^6.0.7" [tool.poetry.group.dev.dependencies] flake8 = "^7.3.0" black = "^26.3" -pip-licenses = "^5.5.0" +pip-licenses = "^5.5.5" jinja2 = "^3.1.6" pytest = "^9.1.1" coverage = "^7.12"