diff options
| author | 2024-02-12 21:17:49 +0000 | |
|---|---|---|
| committer | 2024-02-12 21:17:49 +0000 | |
| commit | 95c6f23d404bfe618ecc25dc97008935007a6400 (patch) | |
| tree | 6fa277b918d690407e03e8e8063485a08d9ceb82 /pyproject.toml | |
| parent | Ignore kubeconfig files in .gitignore (diff) | |
build(deps-dev): bump pre-commit from 3.6.0 to 3.6.1 (#147)
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:development
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 7b3b168..ef51b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ tabulate = { extras = ["widechars"], version = "0.9.0" } jishaku = "2.5.2" [tool.poetry.dev-dependencies] -pre-commit = "3.6.0" +pre-commit = "3.6.1" ruff = "0.2.1" taskipy = "1.12.2" |