aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-25 11:42:55 +0000
committerGravatar GitHub <[email protected]>2023-05-25 11:42:55 +0000
commitc4a0ea8eeee2ac2342f95d59a3c940e6f40c7e36 (patch)
tree469c2d2b7068be0976799383e712a4b2dd8c9b24
parentMerge pull request #1282 from python-discord/dependabot/pip/taskipy-1.11.0 (diff)
Bump pip-licenses from 4.3.1 to 4.3.2
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.1 to 4.3.2. - [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.1...v-4.3.2) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index b8523a88..c7095ecf 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1050,14 +1050,14 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa
[[package]]
name = "pip-licenses"
-version = "4.3.1"
+version = "4.3.2"
description = "Dump the software license list of Python packages installed with pip."
category = "dev"
optional = false
python-versions = "~=3.8"
files = [
- {file = "pip-licenses-4.3.1.tar.gz", hash = "sha256:80236ae03036f0edccae57489de3932aa93984a7b552f4fd47399b08793918ff"},
- {file = "pip_licenses-4.3.1-py3-none-any.whl", hash = "sha256:1e6652f7f3bd173e0a3551202e19518b21ac1d5ab1a2b54e08d96ee67146f9ca"},
+ {file = "pip-licenses-4.3.2.tar.gz", hash = "sha256:27ce33be185a009f3128ea59fe4c1490f4f4da5eb53ed951b87ef3c621b583f9"},
+ {file = "pip_licenses-4.3.2-py3-none-any.whl", hash = "sha256:3fede933c47e1f4bc5e91d7cfd1d9b9d4e37a3c03b2875352b12bbad41294cd6"},
]
[package.dependencies]
@@ -1851,4 +1851,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "3448f2c629633ad7bad038139bfbea8e98b1ce356510a05f5074b4d3cdf85710"
+content-hash = "a89301762c511672707ff2d043499b42665d47de27a3e27e6ad350d3f41f3042"
diff --git a/pyproject.toml b/pyproject.toml
index 5f80714c..011c8d75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ pydantic = { version = "1.10.8", extras = ["dotenv"]}
[tool.poetry.dev-dependencies]
isort = "5.12.0"
-pip-licenses = "4.3.1"
+pip-licenses = "4.3.2"
pre-commit = "3.3.2"
python-dotenv = "1.0.0"
ruff = "0.0.269"