From db0ebf4076e9e69fb5a9c46931c0695d18570ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Aug 2021 01:40:38 +0200 Subject: [PATCH] build(deps-dev): bump commitizen from 2.17.12 to 2.18.0 (#345) Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.17.12 to 2.18.0. - [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.12...v2.18.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-minor ... 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 30462fd5..6d412b06 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.12" +commitizen = "==2.18.0" mypy = "==0.910" flake8 = "==3.9.2" isort = "==5.9.2"