From 089137a8d3b5a4b3cba8f637250fbb10584d6fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:55:10 +0000 Subject: [PATCH] Bump pip-licenses from 4.4.0 to 4.5.1 Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.4.0 to 4.5.1. - [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-4.4.0...v-4.5.1) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3be32fb28..ead4d3d2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1023,20 +1023,21 @@ xmp = ["defusedxml"] [[package]] name = "pip-licenses" -version = "4.4.0" +version = "4.5.1" 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.1.tar.gz", hash = "sha256:fad5f56fbaa56b8e414434e36c32394a9412ff10ddf2cef92b51951bdf193869"}, + {file = "pip_licenses-4.5.1-py3-none-any.whl", hash = "sha256:7c982bc6837f47d32d4016b43d9174c0ce723b450710a2111a3ebbb910f152b7"}, ] [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" @@ -1916,4 +1917,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "d59c8d29283e752067f02d81de594d4cc238e4d375d330acbd306e40aeb15cfe" +content-hash = "8ac610a105a77a0635824f120ba6b8ac6253fdab38fe82028ad900aa50b2df1f" diff --git a/pyproject.toml b/pyproject.toml index ffcd84201..ae708139f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pydantic-settings = "2.2.1" [tool.poetry.dev-dependencies] -pip-licenses = "4.4.0" +pip-licenses = "4.5.1" pre-commit = "3.7.1" python-dotenv = "1.0.1" ruff = "0.5.2"