From 782f08ed5ba8d126da6eb33e372e8ca9470066a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:01:17 +0000 Subject: [PATCH] Update pre-commit requirement from ~=2.20.0 to ~=3.3.3 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.3) --- 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 e88c878f..e853c237 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ mart = "mart.__main__:main" [project.optional-dependencies] developer = [ - "pre-commit ~= 2.20.0", # hooks for applying linters on commit + "pre-commit ~= 3.3.3", # 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