From 80bb12437171289392b979fac4592efd64f384f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 16:02:27 +0000 Subject: [PATCH] Update pre-commit requirement from ~=2.20.0 to ~=3.3.1 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.3.1) --- 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 6440af7b..4182fb95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ mart = "mart.__main__:main" [project.optional-dependencies] developer = [ - "pre-commit ~= 2.20.0", # hooks for applying linters on commit + "pre-commit ~= 3.3.1", # 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