From de9bf7e5a0d3be2974df0fa8190f52c4d8b5911b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 23:46:21 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 4.4.1 to 4.5.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.4.1 to 4.5.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/v4.4.1...v4.5.0) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.5.0 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 37743e9e..02266507 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,14 +417,14 @@ markers = {main = "sys_platform == \"win32\""} [[package]] name = "commitizen" -version = "4.4.1" +version = "4.5.0" description = "Python commitizen client tool" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "commitizen-4.4.1-py3-none-any.whl", hash = "sha256:98dbee784cc74fd1b24915e265e99ce81caccd64e54cb42b347a37d1dd2a4cd8"}, - {file = "commitizen-4.4.1.tar.gz", hash = "sha256:626d9f545fb9b2db42305e16ef35d6348a35081a80527bad863a05a7ba0bec21"}, + {file = "commitizen-4.5.0-py3-none-any.whl", hash = "sha256:0e325829fc2d327beab1d3492fdd45ff7da1fe4783e8c3c9a736e94f6f86fd51"}, + {file = "commitizen-4.5.0.tar.gz", hash = "sha256:78753c447bf631aa6da180454e436fc6032a36d3ef93fb296534a19e27d2a696"}, ] [package.dependencies] @@ -2217,4 +2217,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "fc6950a26317405068fad429551a894dd333c988aeca7d48c3f58491a742d43d" +content-hash = "e13d33ff94c3be44e183eea70aaf07489ff05c11b5c9c1961421665f11a32e87" diff --git a/pyproject.toml b/pyproject.toml index 4b44e997..0f67708e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.3.5" flake8 = "^7.1.2" isort = "^6.0.1" pytest-cov = "^6.0.0" -commitizen = "^4.4.1" +commitizen = "^4.5.0" python-dotenv = "^1.1.0" [tool.poetry.scripts]