diff --git a/poetry.lock b/poetry.lock index bd48a1f..8b85cb8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1554,21 +1554,21 @@ 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 = ["main"] 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] 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" @@ -2933,4 +2933,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "9e2cb99f86878e772f3eea74f0c8350aa28ca29f1b6451395210607cd0161763" +content-hash = "39c5b42f31b7d50bd163baf7dd36febaea1cb6b2c4ef27217464258818ee02d5" diff --git a/pyproject.toml b/pyproject.toml index 2045001..836d94d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ black = "^26.3.1" assertpy = "^1.1" requests = "^2.33.0" jsonschema = "^4.26.0" -pip-licenses = "^5.5.1" +pip-licenses = "^5.5.5" requests-oauthlib = "^2.0.0" pre-commit = "^4.5.1" boto3 = "^1.42.76"