diff --git a/poetry.lock b/poetry.lock index bffe35e8f8..2b5709ac76 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1251,20 +1251,21 @@ files = [ [[package]] name = "pip-licenses" -version = "4.4.0" +version = "4.5.0" description = "Dump the software license list of Python packages installed with pip." optional = false python-versions = "~=3.8" files = [ - {file = "pip-licenses-4.4.0.tar.gz", hash = "sha256:996817118375445243a34faafe23c06f6b2d250247c4046571b5a6722d45be69"}, - {file = "pip_licenses-4.4.0-py3-none-any.whl", hash = "sha256:dbad2ac5a25f574cabe2716f2f031a0c5fa359bed9b3ef615301f4e546893b46"}, + {file = "pip-licenses-4.5.0.tar.gz", hash = "sha256:ef00cecd58ea9a9484f11ddaa4baa6994b611e94239a4449b98e0feb309074a5"}, + {file = "pip_licenses-4.5.0-py3-none-any.whl", hash = "sha256:1f52b73654dddb2ad0e3853e3884fb8aee1226bae7897b0e4122ad983c942f75"}, ] [package.dependencies] prettytable = ">=2.3.0" +tomli = ">=2" [package.extras] -test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner"] +test = ["docutils", "mypy", "pytest-cov", "pytest-pycodestyle", "pytest-runner", "tomli-w"] [[package]] name = "platformdirs" @@ -2405,4 +2406,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "70e32976337e875588d8c76084e6027ae27cd06733c4eb7a9f40c57276de839d" +content-hash = "1c03e45d68bc51adf57af0bdee2aea9496110bf8c0102f7d0db1d106d14154f8" diff --git a/pyproject.toml b/pyproject.toml index 28acb98c47..ebd920dd71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pydantic-settings = "2.2.1" coverage = "7.5.4" httpx = "0.27.0" pre-commit = "3.7.1" -pip-licenses = "4.4.0" +pip-licenses = "4.5.0" pytest = "8.2.2" pytest-cov = "5.0.0" pytest-subtests = "0.13.0"