diff --git a/poetry.lock b/poetry.lock index 75776b19..e56d50d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -439,13 +439,13 @@ files = [ [[package]] name = "pip-licenses" -version = "4.5.1" +version = "5.0.0" description = "Dump the software license list of Python packages installed with pip." optional = false -python-versions = "~=3.8" +python-versions = ">=3.9" files = [ - {file = "pip-licenses-4.5.1.tar.gz", hash = "sha256:fad5f56fbaa56b8e414434e36c32394a9412ff10ddf2cef92b51951bdf193869"}, - {file = "pip_licenses-4.5.1-py3-none-any.whl", hash = "sha256:7c982bc6837f47d32d4016b43d9174c0ce723b450710a2111a3ebbb910f152b7"}, + {file = "pip_licenses-5.0.0-py3-none-any.whl", hash = "sha256:82c83666753efb86d1af1c405c8ab273413eb10d6689c218df2f09acf40e477d"}, + {file = "pip_licenses-5.0.0.tar.gz", hash = "sha256:0633a1f9aab58e5a6216931b0e1d5cdded8bcc2709ff563674eb0e2ff9e77e8e"}, ] [package.dependencies] @@ -453,7 +453,7 @@ prettytable = ">=2.3.0" tomli = ">=2" [package.extras] -test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w"] +dev = ["autopep8", "black", "docutils", "isort", "mypy", "pip-tools", "pypandoc", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w", "twine", "wheel"] [[package]] name = "platformdirs" @@ -1135,4 +1135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.12.7" -content-hash = "a4d285a54ff87f9d6dc11093a7e77788ea9f6a643a930e2661fb7b4f9fd6dd13" +content-hash = "c0992a30a61ddd08837ea77bb4939082498737600b0237123107e5818d96843d" diff --git a/pyproject.toml b/pyproject.toml index 9d0a3c07..c7406b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ requests = "^2.32.3" [tool.poetry.dev-dependencies] flake8 = "^7.1.1" -pip-licenses = "^4.5.1" +pip-licenses = "^5.0.0" pre-commit = "^3.5.0" cfn-lint = "^1.22.4"