diff --git a/poetry.lock b/poetry.lock index ef356bf..7210d0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -215,13 +215,13 @@ files = [ [[package]] name = "commitizen" -version = "3.29.0" +version = "4.1.1" description = "Python commitizen client tool" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "commitizen-3.29.0-py3-none-any.whl", hash = "sha256:0c6c479dbee6d19292315c6fca3782cf5c1f7f1638bc4bb5ab4cfb67f4e11894"}, - {file = "commitizen-3.29.0.tar.gz", hash = "sha256:586b30c1976850d244b836cd4730771097ba362c9c1684d1f8c379176c2ea532"}, + {file = "commitizen-4.1.1-py3-none-any.whl", hash = "sha256:fdb5c7e72581b8bf568ae23a0342a1dce2c8e954a276b188320eb242290c223d"}, + {file = "commitizen-4.1.1.tar.gz", hash = "sha256:a2ce2fa0c7960939f48ea01ae2e6db541904e74ef151b8f9dc35c67dbd9b03ac"}, ] [package.dependencies] @@ -235,6 +235,7 @@ pyyaml = ">=3.08" questionary = ">=2.0,<3.0" termcolor = ">=1.1,<3" tomlkit = ">=0.5.3,<1.0.0" +typing-extensions = {version = ">=4.0.1,<5.0.0", markers = "python_version < \"3.11\""} [[package]] name = "coverage" @@ -1958,4 +1959,4 @@ secrets = ["infisical-python"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "34f0c46e42822d4acfebaab6b9404f85f246ff64714f991c2b3487ad26a0ceaa" +content-hash = "ec3c73e2c4b5200dc094f989adf5c0e2c0d78f6ef28cb9ec64835d6e2f4b9fab" diff --git a/pyproject.toml b/pyproject.toml index 78116b1..f80669b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ optional = true [tool.poetry.group.dev.dependencies] mypy = "^1.10.0" pre-commit = "^3.7.1" -commitizen = "^3.27.0" +commitizen = "^4.0.0" django-stubs = { version = "^5.0.2", extras = ["compatible-mypy"] } [tool.poetry.group.test]