diff options
| author | 2023-05-05 10:10:25 +0000 | |
|---|---|---|
| committer | 2023-05-05 10:10:25 +0000 | |
| commit | 93bbdbd89dffbb3d495f7e82775d3e90a5449091 (patch) | |
| tree | 5f8f0cc2b4fafbc794f0a5381b63fc44bc83d45e /pyproject.toml | |
| parent | Merge 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>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |