diff options
author | 2025-03-25 19:13:32 +0000 | |
---|---|---|
committer | 2025-03-25 19:13:32 +0000 | |
commit | 7b7c451941c0fa7f3491b10544ee5976a38a3bf0 (patch) | |
tree | 7295c05c8b8b13c8b1aa753b00a1f43c3dd98c9b /pyproject.toml | |
parent | Merge pull request #1484 from python-discord/dependabot/pip/psycopg-3.2.6 (diff) |
Bump pre-commit from 4.1.0 to 4.2.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.1.0 to 4.2.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/v4.1.0...v4.2.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 c3f1ae4f..29c41a82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ taskipy = "1.14.1" ruff = "0.9.10" [tool.poetry.group.lint.dependencies] -pre-commit = "4.1.0" +pre-commit = "4.2.0" [tool.poetry.group.test.dependencies] coverage = "7.6.12" |