diff --git a/poetry.lock b/poetry.lock index 6f3d33d..beb8280 100644 --- a/poetry.lock +++ b/poetry.lock @@ -308,7 +308,7 @@ description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" groups = ["dev"] -markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" +markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, @@ -851,19 +851,19 @@ files = [ [[package]] name = "pip-licenses" -version = "5.0.0" +version = "5.5.1" 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.1-py3-none-any.whl", hash = "sha256:ed5e229a93760e529cfa7edaec6630b5a2cd3874c1bddb8019e5f18a723fdead"}, + {file = "pip_licenses-5.5.1.tar.gz", hash = "sha256:7df370e6e5024a3f7449abf8e4321ef868ba9a795698ad24ab6851f3e7fc65a7"}, ] [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"] @@ -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 = "42b0ab04ad2f9db321e4efc5a41efa4b7f9045bfa1318e95c0bcc07fae99d2e3" +content-hash = "e22bb79ab7355ad3fa78d86c323b2d3092ddcc286b425552d71458825381e407" diff --git a/pyproject.toml b/pyproject.toml index 4e8a592..2f6668d 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.1" jinja2 = "^3.1.6" pytest-nhsd-apim = "^5.0.0"