From acd65ff7e85f0ae836f1c4b9a06fe92f25f620b3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 11:38:06 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 2.8.0 to 2.8.2 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.8.0 to 2.8.2. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v2.8.0...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 36c7b95a..a60a5783 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest-cov = "==2.10.1" pytest-mock = "==3.3.1" mock = "==4.0.2" pre-commit = "==2.8.2" -commitizen = "==2.8.0" +commitizen = "==2.8.2" mypy = "==0.790" flake8 = "==3.8.4" isort = "==5.6.4"