From 2e9929c4d143e91dcc06e3cddca52d75044f6885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 00:00:14 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 4.6.0 to 4.6.2 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.6.0 to 4.6.2. - [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.6.0...v4.6.2) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.6.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 88e05405..b6bad108 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,18 +417,18 @@ markers = {main = "sys_platform == \"win32\""} [[package]] name = "commitizen" -version = "4.6.0" +version = "4.6.2" description = "Python commitizen client tool" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "commitizen-4.6.0-py3-none-any.whl", hash = "sha256:d8861707b553c03c8b1993b7abd9e036384fdd1c57f95f6f38d5f215c53041a9"}, - {file = "commitizen-4.6.0.tar.gz", hash = "sha256:cc1c9f8937e59a7c54321443aa49dd246e07b829e305c7cbff1d7f7e32e449fe"}, + {file = "commitizen-4.6.2-py3-none-any.whl", hash = "sha256:2c5bfa5d0350bd1d5c813de96ed318bc0dd7286fe2c43066b260b16cfc0df9b0"}, + {file = "commitizen-4.6.2.tar.gz", hash = "sha256:82ed227ac3978338809b15dade8d58e88e3d0266f3aac5ac4e75f2a93ae7340e"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<3.6" +argcomplete = ">=1.12.1,<3.7" charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<1.0" decli = ">=0.6.0,<1.0" @@ -2217,4 +2217,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "3c78ced00a88bf3b004c1d6b116b54458c63a0bee49f7bd334a2bb4417318db3" +content-hash = "a3265a87fce30ea11d04791deafc86384f0a09ee3b86b2acf04240e290519c5a" diff --git a/pyproject.toml b/pyproject.toml index 52fe80f4..5e47b454 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.1.1" -commitizen = "^4.6.0" +commitizen = "^4.6.2" python-dotenv = "^1.1.0" [tool.poetry.scripts]