diff options
author | 2023-10-16 05:42:05 +0000 | |
---|---|---|
committer | 2023-10-16 05:42:05 +0000 | |
commit | 2d6e2caadaa8a9a3352f605cc9cac5511c10f0f5 (patch) | |
tree | b9f9914ca6dd257934ec348fada7e162632ea0ec /pyproject.toml | |
parent | Merge pull request #1124 from python-discord/dependabot/pip/whitenoise-6.6.0 (diff) |
Bump pre-commit from 3.4.0 to 3.5.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.4.0 to 3.5.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.4.0...v3.5.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 0a3547ca..3d6b4970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.12.0" ruff = "0.0.292" [tool.poetry.group.lint.dependencies] -pre-commit = "3.4.0" +pre-commit = "3.5.0" [tool.poetry.group.test.dependencies] coverage = "7.3.2" |