diff options
| author | 2024-03-04 09:27:24 +0000 | |
|---|---|---|
| committer | 2024-03-04 09:27:24 +0000 | |
| commit | c8ed939ee3c3e52d5ece31d401bed706267e3666 (patch) | |
| tree | 2205af8f117c6c97e2e749a8f61454c59a1834bb /pyproject.toml | |
| parent | Bump cryptography from 42.0.2 to 42.0.4 (diff) | |
Bump pre-commit from 3.6.1 to 3.6.2 (#184)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.1 to 3.6.2.
- [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.6.1...v3.6.2)
---
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 0f413c1..4059955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.*" -pre-commit = "3.6.1" +pre-commit = "3.6.2" ruff = "0.2.2" taskipy = "1.12.2" |