diff options
author | 2023-09-05 10:41:46 +0100 | |
---|---|---|
committer | 2023-09-05 10:41:46 +0100 | |
commit | d37b719b5aacc5ee2910cc02d72209c025c2424d (patch) | |
tree | 12431d47c831ec4288f438230ad7b9cc524a82ab /pyproject.toml | |
parent | Bump django from 4.2.4 to 4.2.5 (#1091) (diff) |
Bump pre-commit from 3.3.3 to 3.4.0 (#1090)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.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.3.3...v3.4.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 5c670cb0..1f3f046d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ taskipy = "1.12.0" ruff = "0.0.286" [tool.poetry.group.lint.dependencies] -pre-commit = "3.3.3" +pre-commit = "3.4.0" [tool.poetry.group.test.dependencies] coverage = "7.3.0" |