From 527d32f22f3f0e2ac78176c4c3eb469e0f1879ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 23:37:59 +0000 Subject: [PATCH] build(deps-dev): bump commitizen from 2.20.5 to 2.21.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.20.5 to 2.21.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.20.5...v2.21.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7045008f..6f2dead7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "commitizen" -version = "2.20.5" +version = "2.21.0" description = "Python commitizen client tool" category = "dev" optional = false @@ -1084,7 +1084,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "cb6a5ce0c8c3c6941f7b77e1e37361ad20efcfc12d8b13011e38963b784577bb" +content-hash = "d19750d448494ebd5a5967e3559d486c849945d44e83be9bff9a3831e37c4bbd" [metadata.files] anyio = [ @@ -1209,8 +1209,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] commitizen = [ - {file = "commitizen-2.20.5-py3-none-any.whl", hash = "sha256:836229809351f38bbe616fd81dce70be7cf59b82e64a37b976171a9c9412e829"}, - {file = "commitizen-2.20.5.tar.gz", hash = "sha256:abc14650e79b5366d200c5fcf484e4389337c05aaef0285d09329cc367eab836"}, + {file = "commitizen-2.21.0-py3-none-any.whl", hash = "sha256:1d388afffa9c9c9729986a81501916d6134a88847a922a2a5563e04fe27de069"}, + {file = "commitizen-2.21.0.tar.gz", hash = "sha256:afdc1aa16160426c5a0b13a8a4f3c222e0c815740711d774d32a896bd86f961c"}, ] coverage = [ {file = "coverage-6.3.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:eeffd96882d8c06d31b65dddcf51db7c612547babc1c4c5db6a011abe9798525"}, diff --git a/pyproject.toml b/pyproject.toml index c77b9f9c..39ec25da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest = "^7.0.1" flake8 = "^4.0.1" isort = "^5.9.3" pytest-cov = "^3.0.0" -commitizen = "^2.20.5" +commitizen = "^2.21.0" python-semantic-release = "^7.24.0" python-dotenv = "^0.19.2"