diff options
| author | 2024-02-14 14:14:03 +0000 | |
|---|---|---|
| committer | 2024-02-14 14:14:03 +0000 | |
| commit | 253c00940339bf44f393a0b57a7e8e007a8a3298 (patch) | |
| tree | 578b019dd4e638d79c26c883d0a41ddb37a35370 /pyproject.toml | |
| parent | Add sentry_dsn secret to King Arthur (diff) | |
Bump pre-commit from 3.6.0 to 3.6.1 (#182)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.6.0 to 3.6.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.6.0...v3.6.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 a13dd7a..600ad83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "3.11.*" -pre-commit = "3.6.0" +pre-commit = "3.6.1" ruff = "0.2.1" taskipy = "1.12.2" |