diff --git a/poetry.lock b/poetry.lock index ae6385b..e1bec9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,22 +851,22 @@ files = [ [[package]] name = "pip-licenses" -version = "5.0.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.0.0-py3-none-any.whl", hash = "sha256:82c83666753efb86d1af1c405c8ab273413eb10d6689c218df2f09acf40e477d"}, - {file = "pip_licenses-5.0.0.tar.gz", hash = "sha256:0633a1f9aab58e5a6216931b0e1d5cdded8bcc2709ff563674eb0e2ff9e77e8e"}, + {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 = ">=2.3.0" -tomli = ">=2" +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" @@ -1313,6 +1313,7 @@ description = "A lil' TOML parser" optional = false python-versions = ">=3.8" groups = ["dev"] +markers = "python_version == \"3.10\"" files = [ {file = "tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249"}, {file = "tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6"}, @@ -1423,4 +1424,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "fd9aad8c7155756d92187612947f4417b33261963e2ae62d6e2bcd651ff0f402" +content-hash = "9eef36d5df9561631cae874a4938d59d663bdc2ce774151f986f47a843ae22a0" diff --git a/pyproject.toml b/pyproject.toml index 2b8e0ff..4533d5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,6 +31,6 @@ pytest = "^8.3.5" coverage = "^7.8.0" flake8 = "^7.2.0" black = "^25.1.0" -pip-licenses = "^5.0.0" +pip-licenses = "^5.5.5" jinja2 = "^3.1.6" pytest-nhsd-apim = "^5.0.0"