From 601a860214c72bb037a7342ea164ce350e8ef460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 10:17:20 +0000 Subject: [PATCH] Bump pip-licenses from 4.5.1 to 5.0.0 Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.5.1 to 5.0.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-4.5.1...v-5.0.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 89e44a1..589fef5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "absl-py" @@ -1957,9 +1957,9 @@ files = [ [package.dependencies] numpy = [ {version = ">1.20", markers = "python_version < \"3.10\""}, - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, - {version = ">=1.23.3", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, {version = ">=1.21.2", markers = "python_version >= \"3.10\" and python_version < \"3.11\""}, + {version = ">=1.23.3", markers = "python_version >= \"3.11\" and python_version < \"3.12\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] [package.extras] @@ -2456,8 +2456,8 @@ files = [ [package.dependencies] numpy = [ {version = ">=1.22.4", markers = "python_version < \"3.11\""}, - {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, {version = ">=1.23.2", markers = "python_version == \"3.11\""}, + {version = ">=1.26.0", markers = "python_version >= \"3.12\""}, ] python-dateutil = ">=2.8.2" pytz = ">=2020.1" @@ -2616,13 +2616,13 @@ xmp = ["defusedxml"] [[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] @@ -2630,7 +2630,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" @@ -4394,4 +4394,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ab4459b514bf58ceb7ab6d4f43e3af0f40c56f3b25800c27330f3037b081111d" +content-hash = "be37d2f01579716de65e80973b7db003aeb7fea4dab26a76bb9f2e3f540a333d" diff --git a/pyproject.toml b/pyproject.toml index d385d02..3146bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ torchvision = "^0" [tool.poetry.group.dev.dependencies] flake8 = "^7.0.0" jupytext = "^1.15.2" -pip-licenses = "^4.3.3" +pip-licenses = ">=4.3.3,<6.0.0" pytest = "^8.0.2" pytest-cov = "^5.0" scikit-learn = "^1.3.2"