diff options
| author | 2023-05-02 12:59:47 +0000 | |
|---|---|---|
| committer | 2023-05-02 12:59:47 +0000 | |
| commit | 0969e497cf9f7d1c80a5169a387ac9246d458d13 (patch) | |
| tree | 868426775065a6b499c53020c2827ed4b6fadf6e /pyproject.toml | |
| parent | Merge pull request #2572 from python-discord/dependabot/pip/coverage-7.2.5 (diff) | |
Bump pre-commit from 3.2.2 to 3.3.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.0.
- [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.2...v3.3.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 17101cb54..db21edd59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pydantic = { version = "1.10.7", extras = ["dotenv"]} coverage = "7.2.5" httpx = "0.24.0" isort = "5.12.0" -pre-commit = "3.2.2" +pre-commit = "3.3.0" pip-licenses = "4.3.0" pytest = "7.3.1" pytest-cov = "4.0.0" |