From 4ba4f1ff303f6f328e8c3b0d3f5b5c211dfe6782 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 23:50:37 +0000 Subject: [PATCH] chore(deps-dev): bump commitizen from 4.8.2 to 4.8.3 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.8.2 to 4.8.3. - [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.8.2...v4.8.3) --- updated-dependencies: - dependency-name: commitizen dependency-version: 4.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab54f31c..d86ab52f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,14 +417,14 @@ markers = {main = "sys_platform == \"win32\""} [[package]] name = "commitizen" -version = "4.8.2" +version = "4.8.3" description = "Python commitizen client tool" optional = false python-versions = "<4.0,>=3.9" groups = ["dev"] files = [ - {file = "commitizen-4.8.2-py3-none-any.whl", hash = "sha256:86cae0bd8e1da889389d828b30a5acb79b62f9290f9274b127ee9d8c189eb16c"}, - {file = "commitizen-4.8.2.tar.gz", hash = "sha256:4fc73126c7300f715f11b85242550677722c57767b579100e869ccd45143e2c5"}, + {file = "commitizen-4.8.3-py3-none-any.whl", hash = "sha256:91f261387ca2bbb4ab6c79a1a6378dc1576ffb40e3b7dbee201724d95aceba38"}, + {file = "commitizen-4.8.3.tar.gz", hash = "sha256:303ebdc271217aadbb6a73a015612121291d180c8cdd05b5251c7923d4a14195"}, ] [package.dependencies] @@ -432,12 +432,15 @@ argcomplete = ">=1.12.1,<3.7" charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<1.0" decli = ">=0.6.0,<1.0" -importlib_metadata = {version = ">=8.0.0,<9", markers = "python_version < \"3.10\""} +importlib-metadata = [ + {version = ">=8.0.0,<8.7.0 || >8.7.0,<9.0.0", markers = "python_version == \"3.9\""}, + {version = ">=8.0.0,<9.0.0", markers = "python_version != \"3.9\""}, +] jinja2 = ">=2.10.3" packaging = ">=19" pyyaml = ">=3.08" questionary = ">=2.0,<3.0" -termcolor = ">=1.1,<3" +termcolor = ">=1.1.0,<4.0.0" tomlkit = ">=0.5.3,<1.0.0" typing-extensions = {version = ">=4.0.1,<5.0.0", markers = "python_version < \"3.11\""} @@ -866,7 +869,6 @@ description = "Read metadata from Python packages" optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version < \"3.10\"" files = [ {file = "importlib_metadata-8.6.1-py3-none-any.whl", hash = "sha256:02a89390c1e15fdfdc0d7c6b25cb3e62650d0494005c97d6f148bf5b9787525e"}, {file = "importlib_metadata-8.6.1.tar.gz", hash = "sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580"}, @@ -2200,7 +2202,6 @@ description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.9" groups = ["dev"] -markers = "python_version < \"3.10\"" files = [ {file = "zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931"}, {file = "zipp-3.21.0.tar.gz", hash = "sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4"}, @@ -2217,4 +2218,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "ebc175dff3c845a503120f2a4c06cf447202c8708d001b18ce0cedfbb81f0ff0" +content-hash = "48050bc784024b938ff82012da555199115450550c11d42ee34d28f9a6a4befc" diff --git a/pyproject.toml b/pyproject.toml index e300bdde..1638af44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest = "^8.3.5" flake8 = "^7.2.0" isort = "^6.0.1" pytest-cov = "^6.1.1" -commitizen = "^4.8.2" +commitizen = "^4.8.3" python-dotenv = "^1.1.0" [tool.poetry.scripts]