diff options
author | 2024-05-13 09:41:06 +0100 | |
---|---|---|
committer | 2024-05-13 09:41:06 +0100 | |
commit | 99391c4d1467b4747f4b33825c13b392060a3a1c (patch) | |
tree | e6bd1b50e35b8d2ccaaefdd3af8cbada9b155b7d /pyproject.toml | |
parent | Remove obsolete cleanup tasks (diff) |
Bump pre-commit from 3.7.0 to 3.7.1 (#286)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.0 to 3.7.1.
- [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.7.0...v3.7.1)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
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 1165439..ecea5cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">3.11,<4.0" -pre-commit = "3.7.0" +pre-commit = "3.7.1" ruff = "0.4.2" taskipy = "1.12.2" |