diff options
| author | 2023-04-05 19:07:25 +0000 | |
|---|---|---|
| committer | 2023-04-05 19:07:25 +0000 | |
| commit | 4843cb8a0210083a1d5c64ac279e813007d67e2a (patch) | |
| tree | c0af11916207051992439178f064413813f35958 /pyproject.toml | |
| parent | Merge pull request #2506 from python-discord/new-helpers-end (diff) | |
Bump pre-commit from 3.2.1 to 3.2.2 (#2509)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2)
---
updated-dependencies:
- dependency-name: pre-commit
  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 e5f522ee8..55f369ffd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ flake8-tidy-imports = "4.8.0"  flake8-todo = "0.7"  flake8-isort = "6.0.0"  pep8-naming = "0.13.3" -pre-commit = "3.2.1" +pre-commit = "3.2.2"  pip-licenses = "4.1.0"  pytest = "7.2.2"  pytest-cov = "4.0.0" | 
