From 2e3015f26d40417ef44c5ad24aee9f6a9f0e05c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 01:48:05 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 2.25.0 to 2.27.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 2.25.0 to 2.27.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.25.0...v2.27.1) --- 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 a8be44b7..8a4584c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,7 +162,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[package]] name = "commitizen" -version = "2.25.0" +version = "2.27.1" description = "Python commitizen client tool" category = "dev" optional = false @@ -1101,7 +1101,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "d42caf2af1cf30d256aabcb4dd8ca637e493822e44691a5af6e837eb3e1be4b5" +content-hash = "4906bedc0116e4654c19465549296896ebdf6d5f458c60c668ac6c49063f03c8" [metadata.files] anyio = [ @@ -1226,8 +1226,8 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] commitizen = [ - {file = "commitizen-2.25.0-py3-none-any.whl", hash = "sha256:0c2f7aa2000facb18b5d8cb5d885dbe24add0961d11ff9cf2f5b7c2044fc2d29"}, - {file = "commitizen-2.25.0.tar.gz", hash = "sha256:2a71a0342fe7ddd062adab82ecb1a54e0ce37f9a715674570ee9643d70037c25"}, + {file = "commitizen-2.27.1-py3-none-any.whl", hash = "sha256:046d512c5bc795cce625211434721946f21abf713f48753f2353ec1a3e114c3f"}, + {file = "commitizen-2.27.1.tar.gz", hash = "sha256:71a3e1fea37ced781bc440bd7d464abd5b797da8e762c1b9b632e007c2019b50"}, ] coverage = [ {file = "coverage-6.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:50ed480b798febce113709846b11f5d5ed1e529c88d8ae92f707806c50297abf"}, diff --git a/pyproject.toml b/pyproject.toml index 508b85bf..e6808c0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest = "^7.1.2" flake8 = "^4.0.1" isort = "^5.9.3" pytest-cov = "^3.0.0" -commitizen = "^2.25.0" +commitizen = "^2.27.1" python-semantic-release = "^7.29.1" python-dotenv = "^0.20.0"