From a571848c5fda8e7ba5423b3a8960061700ef6027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:48:02 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 3.30.0 to 3.30.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 3.30.0 to 3.30.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/v3.30.0...v3.30.1) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:development update-type: version-update:semver-patch ... 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 87ce765a..a1be8ee9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -423,13 +423,13 @@ files = [ [[package]] name = "commitizen" -version = "3.30.0" +version = "3.30.1" description = "Python commitizen client tool" optional = false python-versions = ">=3.8" files = [ - {file = "commitizen-3.30.0-py3-none-any.whl", hash = "sha256:8dc226a136aee61207e396101fcd89e73de67a57c06e066db982310863caaf65"}, - {file = "commitizen-3.30.0.tar.gz", hash = "sha256:ae67a47c1a700b4f35ac12de0c35c7ba96f152b9377d22b6226bb87372c527b0"}, + {file = "commitizen-3.30.1-py3-none-any.whl", hash = "sha256:bede386f6541b00c3b43b88053b1c043de17aeea5d07c3ce6bf0f05e3abad76a"}, + {file = "commitizen-3.30.1.tar.gz", hash = "sha256:7663f64d43f7a432498ec378b47a35b9904cdb76605aa5e3a28f18cfffcc5abe"}, ] [package.dependencies] @@ -2089,4 +2089,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "062e2da0254eca3024509733f6cdd923ad4b09554c32194e047dbd591095578f" +content-hash = "93e140b2b92d684c297171d95064db0eb281c9f180a759b1b6a6e56757954b3f" diff --git a/pyproject.toml b/pyproject.toml index 34d797b8..7b72d814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.3.3" flake8 = "^7.1.1" isort = "^5.10.1" pytest-cov = "^6.0.0" -commitizen = "^3.30.0" +commitizen = "^3.30.1" python-dotenv = "^1.0.1" [tool.poetry.scripts]