diff options
author | 2023-05-05 11:12:40 +0000 | |
---|---|---|
committer | 2023-05-05 11:12:40 +0000 | |
commit | b90eeaff96700010e373b50fa0e322980444e84d (patch) | |
tree | 65f992362656bc230e00f62eb05ff80b3747d6e5 | |
parent | Merge pull request #1261 from python-discord/dependabot/pip/pre-commit-3.3.0 (diff) |
Bump pip-licenses from 4.3.0 to 4.3.1 (#1264)
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.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index b056cc85..0a608a0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1221,14 +1221,14 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[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] @@ -1982,4 +1982,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "5ffa08e6d9eda3e9ede1dde1d444ef54d35b231156ab0669114cdd55962240ec" +content-hash = "e8cd73c4ec35bb5a2decbda688e50dcac42397e1bff838ec52900b829dc89ab1" diff --git a/pyproject.toml b/pyproject.toml index 09840bb4..b26c3913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ flake8-tidy-imports = "4.8.0" flake8-todo = "0.7" flake8-isort = "6.0.0" pep8-naming = "0.13.3" -pip-licenses = "4.3.0" +pip-licenses = "4.3.1" pre-commit = "3.3.0" python-dotenv = "1.0.0" taskipy = "1.10.4" |