From edb4467e8322209c676bbf148bff14f115acf24b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 02:02:42 +0000 Subject: [PATCH] Bump pip-licenses from 4.3.3 to 4.3.4 Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.3 to 4.3.4. - [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.3...v-4.3.4) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4172f43f..50592dc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -805,13 +805,13 @@ files = [ [[package]] name = "pip-licenses" -version = "4.3.3" +version = "4.3.4" description = "Dump the software license list of Python packages installed with pip." optional = false python-versions = "~=3.8" files = [ - {file = "pip-licenses-4.3.3.tar.gz", hash = "sha256:d14447094135eb5e43e4d9e1e3bcdb17a05751a9199df2d07f043a542c241c7a"}, - {file = "pip_licenses-4.3.3-py3-none-any.whl", hash = "sha256:1b697cace3149d7d380307bb1f1e0505f0db98f25fada64d32b7e6240f37f72c"}, + {file = "pip-licenses-4.3.4.tar.gz", hash = "sha256:9c6c9c3252b976d08735bdffb0eb4c5eaa50dfd46f5e075532c0248ffe94fed1"}, + {file = "pip_licenses-4.3.4-py3-none-any.whl", hash = "sha256:85706ec30781076eb611fed3934f27a1f18437d3211f747567cd3c4e943fce1b"}, ] [package.dependencies] @@ -1602,4 +1602,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8f7e730e930a2862d8ef4b0d543db1f353aa3a24b4d9a84757b36f29d5caa8ba" +content-hash = "dcd9329d2f83715ae05cf01719bd21e4a6cc2bf6fb77f4d25d252f6fcd54a046" diff --git a/pyproject.toml b/pyproject.toml index 1bc700f0..ee60e59a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ cfn-lint = "^0.83.3" [tool.poetry.dev-dependencies] flake8 = "^5.0.4" black = "^23.11" -pip-licenses = "^4.3.3" +pip-licenses = "^4.3.4" jinja2 = "^3.1.3" [tool.poetry.scripts]