From aaba0daf7b7232733bc19f42f0ef0ccbbc6086ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:05:40 +0000 Subject: [PATCH] pip(deps-dev): bump pip-licenses from 5.0.0 to 5.5.0 Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 5.0.0 to 5.5.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-5.0.0...v-5.5.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-version: 5.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ed22546f1..b1f352f04 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1075,19 +1075,19 @@ files = [ [[package]] name = "pip-licenses" -version = "5.0.0" +version = "5.5.0" 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.0-py3-none-any.whl", hash = "sha256:ae1869436d13ee487088d29e71fc5821950062ad25ec28b6a1a443e0add6d8e8"}, + {file = "pip_licenses-5.5.0.tar.gz", hash = "sha256:2473e7afd02a0c21460758f70fd2bb3b3c080c5150713dd33baa9493dc1563a5"}, ] [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"] @@ -1945,6 +1945,7 @@ description = "A lil' TOML parser" optional = false python-versions = ">=3.8" groups = ["main", "dev"] +markers = "python_version == \"3.10\"" files = [ {file = "tomli-2.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:88bd15eb972f3664f5ed4b57c1634a97153b4bac4479dcb6a495f41921eb7f45"}, {file = "tomli-2.3.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:883b1c0d6398a6a9d29b508c331fa56adbcdff647f6ace4dfca0f50e90dfd0ba"}, @@ -1989,7 +1990,6 @@ files = [ {file = "tomli-2.3.0-py3-none-any.whl", hash = "sha256:e95b1af3c5b07d9e643909b5abbec77cd9f1217e6d0bca72b0234736b9fb1f1b"}, {file = "tomli-2.3.0.tar.gz", hash = "sha256:64be704a875d2a59753d80ee8a533c3fe183e3f06807ff7dc2232938ccb01549"}, ] -markers = {main = "python_version == \"3.10\""} [[package]] name = "typing-extensions" @@ -2096,4 +2096,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "328dab86f274a00f2f7f817c6b9668e5ea9fa9f3c295f4a0cd9d7c2f42a42e7a" +content-hash = "687ea844d69290f008bd65815d93f39f5529f8243674a791c7e891811f915728" diff --git a/pyproject.toml b/pyproject.toml index d8197c39e..f3afa972b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ openapi-core = "^0.19.5" [tool.poetry.group.dev.dependencies] flake8 = "^7.3.0" black = "^25.9" -pip-licenses = "^5.0.0" +pip-licenses = "^5.5.0" jinja2 = "^3.1.6" pytest = "^8.4.2" pytest-asyncio = "^1.2.0"