From bf5b7bdfd9079bf40083d13173bfd24a001ca34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:13:44 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 2.18.0 to 2.18.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.18.0 to 2.18.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.18.0...v2.18.1) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c4907b49..69b20988 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.15.0" -commitizen = "==2.18.0" +commitizen = "==2.18.1" mypy = "==0.910" flake8 = "==3.9.2" isort = "==5.9.3"