From 4421a63a629dca266edd6df3710f5e95331b7331 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 11:21:15 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 2.11.1 to 2.12.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.11.1 to 2.12.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.11.1...v2.12.0) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index b0774ed3..aecc043d 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest-cov = "==2.11.1" pytest-mock = "==3.5.1" pytest-timeout = "==1.4.2" mock = "==4.0.3" -pre-commit = "==2.11.1" +pre-commit = "==2.12.0" commitizen = "==2.17.0" mypy = "==0.812" flake8 = "==3.9.0"