diff options
| author | 2023-09-05 21:34:52 +0100 | |
|---|---|---|
| committer | 2023-09-05 21:34:52 +0100 | |
| commit | dc718243f9603b75a8afd63f6b580d57bbde9f13 (patch) | |
| tree | 55508f9cc04cf65d4603d5ba785d1c10ce06ea2c /pyproject.toml | |
| parent | build(deps-dev): bump ruff from 0.0.285 to 0.0.287 (#103) (diff) | |
build(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (#104)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.4.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.3.3...v3.4.0)
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
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 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 73e020f..e03a923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ jishaku = "2.5.1" black = "23.7.0" taskipy = "1.12.0" ruff = "0.0.287" -pre-commit = "3.3.3" +pre-commit = "3.4.0" [tool.taskipy.tasks] start = "python -m arthur" |