11[tool .commitizen ]
2- version = " 3.9.1 "
2+ version = " 3.10.0 "
33tag_format = " v$version"
44version_files = [
55 " pyproject.toml:version" ,
@@ -9,7 +9,7 @@ version_files = [
99
1010[tool .poetry ]
1111name = " commitizen"
12- version = " 3.9.1 "
12+ version = " 3.10.0 "
1313description = " Python commitizen client tool"
1414authors = [" Santiago Fraire <santiwilly@gmail.com>" ]
1515license = " MIT"
@@ -25,7 +25,6 @@ classifiers = [
2525 " Operating System :: OS Independent" ,
2626 " Programming Language :: Python" ,
2727 " Programming Language :: Python :: 3" ,
28- " Programming Language :: Python :: 3.7" ,
2928 " Programming Language :: Python :: 3.8" ,
3029 " Programming Language :: Python :: 3.9" ,
3130 " Programming Language :: Python :: 3.10" ,
@@ -34,8 +33,8 @@ classifiers = [
3433]
3534
3635[tool .poetry .dependencies ]
37- python = " ^3.7 "
38- questionary = " ^1.4 .0"
36+ python = " >=3.8 "
37+ questionary = " ^2 .0"
3938decli = " ^0.6.0"
4039colorama = " ^0.4.1"
4140termcolor = " >= 1.1, < 3"
@@ -50,7 +49,7 @@ charset-normalizer = ">=2.1.0,<4"
5049importlib_metadata = { version = " >=4.13,<7" }
5150
5251[tool .poetry .group .dev .dependencies ]
53- ipython = " ^7.34 "
52+ ipython = " ^8.0 "
5453# test
5554pytest = " ^7.2.0"
5655pytest-cov = " ^4.0"
@@ -59,10 +58,10 @@ pytest-regressions = "^2.4.0"
5958pytest-freezer = " ^0.4.6"
6059pytest-xdist = " ^3.1.0"
6160# code formatter
62- black = " ^ 22.10"
61+ black = " >= 22.10,<24.0 "
6362# linter
6463ruff = " >=0.0.275,<0.0.292"
65- pre-commit = " ^ 2.18.0"
64+ pre-commit = " >= 2.18,<4 .0"
6665mypy = " ^1.4"
6766types-PyYAML = " >=5.4.3,<7.0.0"
6867types-termcolor = " ^0.1.1"
0 commit comments