aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-05 10:10:25 +0000
committerGravatar GitHub <[email protected]>2023-05-05 10:10:25 +0000
commit93bbdbd89dffbb3d495f7e82775d3e90a5449091 (patch)
tree5f8f0cc2b4fafbc794f0a5381b63fc44bc83d45e
parentMerge pull request #2573 from python-discord/filtering-nickname-check-fix (diff)
Bump pip-licenses from 4.3.0 to 4.3.1 (#2579)
Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.0 to 4.3.1. - [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.0...v-4.3.1) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 aebb2e1ff..30280e798 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1217,14 +1217,14 @@ files = [
[[package]]
name = "pip-licenses"
-version = "4.3.0"
+version = "4.3.1"
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.0.tar.gz", hash = "sha256:bd18ebd91a9c67ff880351131b91f418cc571d05bf62b5532aa1aa3e1b78bf94"},
- {file = "pip_licenses-4.3.0-py3-none-any.whl", hash = "sha256:01c1aaf595aed12ea3aeb6c56d9af535650e73ae8186cb26d3596b94ddc43998"},
+ {file = "pip-licenses-4.3.1.tar.gz", hash = "sha256:80236ae03036f0edccae57489de3932aa93984a7b552f4fd47399b08793918ff"},
+ {file = "pip_licenses-4.3.1-py3-none-any.whl", hash = "sha256:1e6652f7f3bd173e0a3551202e19518b21ac1d5ab1a2b54e08d96ee67146f9ca"},
]
[package.dependencies]
@@ -2262,4 +2262,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "36df7f259cbad54b98a379c080bc198eb157fc00735070670246988622d313c9"
+content-hash = "a5c4fa4ada56ce60fe96e986d1fd5edeaf0a74bb1509dc38cd1a32ea6ca0ac8f"
diff --git a/pyproject.toml b/pyproject.toml
index 8d515e6e0..e098310e3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -36,7 +36,7 @@ coverage = "7.2.5"
httpx = "0.24.0"
isort = "5.12.0"
pre-commit = "3.3.0"
-pip-licenses = "4.3.0"
+pip-licenses = "4.3.1"
pytest = "7.3.1"
pytest-cov = "4.0.0"
pytest-subtests = "0.10.0"