diff options
| author | 2023-10-16 10:00:25 +0100 | |
|---|---|---|
| committer | 2023-10-16 10:00:25 +0100 | |
| commit | 643fc515e7a83a6f1085be6ccf7249ecc54cc3a8 (patch) | |
| tree | 2c8212a76f0098acb002087e46c33d977eb250df /pyproject.toml | |
| parent | Bump ansible from 8.4.0 to 8.5.0 (diff) | |
Bump pre-commit from 3.4.0 to 3.5.0 (#152)
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:production
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 '')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9215ea0..c278ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.*" -pre-commit = "3.4.0" +pre-commit = "3.5.0" ruff = "0.0.292" taskipy = "1.12.0" |