diff options
author | 2024-07-15 20:55:56 +0000 | |
---|---|---|
committer | 2024-07-15 20:55:56 +0000 | |
commit | d3c5f81dee30a6997b6fa3661fa9f68e2f46231a (patch) | |
tree | ac7efe50f8180392435404bc8241373204ee885e | |
parent | Bump sentry-sdk from 2.7.1 to 2.10.0 (#1579) (diff) |
Bump pip-licenses from 4.4.0 to 4.5.1 (#1575)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 11 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 3be32fb2..ead4d3d2 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 ffcd8420..ae708139 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" |