From e13555d913c5affeb481bf667ba94361c2dc8fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:48:19 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 4.0.0 to 4.1.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.0.0 to 4.1.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.0.0...v4.1.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 7233f9ef..b41a501b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,13 +368,13 @@ files = [ [[package]] name = "commitizen" -version = "4.0.0" +version = "4.1.0" description = "Python commitizen client tool" optional = false python-versions = ">=3.9" files = [ - {file = "commitizen-4.0.0-py3-none-any.whl", hash = "sha256:52873ee589a64cf77fc55570dbd3f987c6ffcd33132d179eb625c4d06ae935f7"}, - {file = "commitizen-4.0.0.tar.gz", hash = "sha256:16aff27e01b43015eab1c74eabbca3e284b4988dd1b146a0963282db241dc2c0"}, + {file = "commitizen-4.1.0-py3-none-any.whl", hash = "sha256:2e6c5fbd442cab4bcc5a04bc86ef2196ef84bcf611317d6c596e87f5bb4c09f5"}, + {file = "commitizen-4.1.0.tar.gz", hash = "sha256:4f2d9400ec411aec1c738d4c63fc7fd5807cd6ddf6be970869e03e68b88ff718"}, ] [package.dependencies] @@ -2550,4 +2550,4 @@ six = "*" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0000529f746cc4f9a00b43dda2fe028472099f4dce20091c157e544854bad067" +content-hash = "bba3ef2e469b2810c9d8a2f72c4a5202abf103c2f208740c179d307a97e12425" diff --git a/pyproject.toml b/pyproject.toml index b8097287..e7a7a515 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ watchdog = "^6.0.0" wxpython = "^4.2.2" [tool.poetry.group.dev.dependencies] -commitizen = "^4.0.0" +commitizen = "^4.1.0" pre-commit = "^4.0.1" ruff = "^0.8.2" setuptools-scm = "^8.0.4"