From 7cc6951948c1ad972dd5967f958d67b2b1eb852e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 11:22:26 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 2.9.3 to 2.10.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.3 to 2.10.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.9.3...v2.10.0) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 481a008d..26552c72 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.9.3" +pre-commit = "==2.10.0" commitizen = "==2.14.0" mypy = "==0.790" flake8 = "==3.8.4"