From 249a6eb24f2fa46c8c89ba6c93108cc1c0c83c6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 11:23:11 +0000 Subject: [PATCH] build(deps-dev): bump pre-commit from 2.8.1 to 2.8.2 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.8.1 to 2.8.2. - [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.8.1...v2.8.2) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 37cad4bb..1743b134 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ pytest-asyncio = "==0.14.0" pytest-cov = "==2.10.1" pytest-mock = "==3.3.1" mock = "==4.0.2" -pre-commit = "==2.8.1" +pre-commit = "==2.8.2" commitizen = "==2.4.2" mypy = "==0.790" flake8 = "==3.8.4"