From 27786931c5bb6902fc64b7be9ff68913aff60c01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 18:22:42 +0200 Subject: [PATCH] build(deps-dev): bump commitizen from 2.17.11 to 2.17.12 (#335) Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.17.11 to 2.17.12. - [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.17.11...v2.17.12) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 51cb8f8f..e9d5588d 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ pytest-mock = "==3.6.1" pytest-timeout = "==1.4.2" mock = "==4.0.3" pre-commit = "==2.13.0" -commitizen = "==2.17.11" +commitizen = "==2.17.12" mypy = "==0.910" flake8 = "==3.9.2" isort = "==5.9.1"