From 02bc71b06f1b0d86c2a05d3c788bdf52cf26a97d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 11:23:38 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 2.14.0 to 2.14.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.14.0 to 2.14.1. - [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.14.0...v2.14.1) Signed-off-by: dependabot-preview[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 481a008d..6e8db817 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ pytest-mock = "==3.5.1" pytest-timeout = "==1.4.2" mock = "==4.0.3" pre-commit = "==2.9.3" -commitizen = "==2.14.0" +commitizen = "==2.14.1" mypy = "==0.790" flake8 = "==3.8.4" isort = "==5.7.0"