diff options
author | 2024-03-29 19:30:55 +0000 | |
---|---|---|
committer | 2024-03-29 19:30:55 +0000 | |
commit | 64a5ce0d920e859864c0fd0f50f7f7dcfeb59da6 (patch) | |
tree | 3366263b8a97149846c85605028aeb8defb690fe | |
parent | Bump markdownify from 0.11.6 to 0.12.1 (#2983) (diff) |
Bump pip-licenses from 4.3.4 to 4.4.0 (#2985)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.4 to 4.4.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.3.4...v-4.4.0)
---
updated-dependencies:
- dependency-name: pip-licenses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index eee0da0f2..f530a3168 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,13 +1188,13 @@ files = [ [[package]] name = "pip-licenses" -version = "4.3.4" +version = "4.4.0" description = "Dump the software license list of Python packages installed with pip." optional = false python-versions = "~=3.8" files = [ - {file = "pip-licenses-4.3.4.tar.gz", hash = "sha256:9c6c9c3252b976d08735bdffb0eb4c5eaa50dfd46f5e075532c0248ffe94fed1"}, - {file = "pip_licenses-4.3.4-py3-none-any.whl", hash = "sha256:85706ec30781076eb611fed3934f27a1f18437d3211f747567cd3c4e943fce1b"}, + {file = "pip-licenses-4.4.0.tar.gz", hash = "sha256:996817118375445243a34faafe23c06f6b2d250247c4046571b5a6722d45be69"}, + {file = "pip_licenses-4.4.0-py3-none-any.whl", hash = "sha256:dbad2ac5a25f574cabe2716f2f031a0c5fa359bed9b3ef615301f4e546893b46"}, ] [package.dependencies] @@ -2375,4 +2375,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "5daa4ef819796b2a51d21d32e49301f86779d6d27e44027c5497c5a7f31aed0a" +content-hash = "ab738bd75ec2731f770c3e78f474c426bc262a41e16c9a2cc345b7e9455deeab" diff --git a/pyproject.toml b/pyproject.toml index d76802ec2..1aa866e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pydantic-settings = "2.2.1" coverage = "7.4.4" httpx = "0.27.0" pre-commit = "3.7.0" -pip-licenses = "4.3.4" +pip-licenses = "4.4.0" pytest = "8.1.1" pytest-cov = "5.0.0" pytest-subtests = "0.12.1" |