From e85d08f367e0f84964ff012de6951cab326f4196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:03:20 +0000 Subject: [PATCH] Update pre-commit requirement from ~=2.20.0 to ~=3.4.0 Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v2.20.0...v3.4.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2839733d..85599132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ mart = "mart.__main__:main" [project.optional-dependencies] developer = [ - "pre-commit ~= 2.20.0", # hooks for applying linters on commit + "pre-commit ~= 3.4.0", # hooks for applying linters on commit "pytest ~= 7.2.0", # tests "sh ~= 1.14.3", # for running bash commands in some tests "wheel", # support setup.py