diff --git a/poetry.lock b/poetry.lock index 7626316b..8b2a0b44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -255,27 +255,27 @@ files = [ [[package]] name = "commitizen" -version = "2.42.1" +version = "3.5.2" description = "Python commitizen client tool" optional = false -python-versions = ">=3.6.2,<4.0.0" +python-versions = ">=3.7,<4.0" files = [ - {file = "commitizen-2.42.1-py3-none-any.whl", hash = "sha256:fad7d37cfae361a859b713d4ac591859d5ca03137dd52de4e1bd208f7f45d5dc"}, - {file = "commitizen-2.42.1.tar.gz", hash = "sha256:eac18c7c65587061aac6829534907aeb208405b8230bfd35ec08503c228a7f17"}, + {file = "commitizen-3.5.2-py3-none-any.whl", hash = "sha256:7ab91936e18c40ebba5581c4fda10c154b29bdb15e25d27cfa0fabbc99740f2e"}, + {file = "commitizen-3.5.2.tar.gz", hash = "sha256:71a9632c6cae9b7b925039a7482daf29a206752aa361dff34f0c37592a0e7693"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<2.1" -charset-normalizer = ">=2.1.0,<3.0.0" +argcomplete = ">=1.12.1,<3.2" +charset-normalizer = ">=2.1.0,<4" colorama = ">=0.4.1,<0.5.0" -decli = ">=0.5.2,<0.6.0" +decli = ">=0.6.0,<0.7.0" +importlib_metadata = ">=4.13,<7" jinja2 = ">=2.10.3" packaging = ">=19" pyyaml = ">=3.08" questionary = ">=1.4.0,<2.0.0" -termcolor = {version = ">=1.1,<3", markers = "python_version >= \"3.7\""} +termcolor = ">=1.1,<3" tomlkit = ">=0.5.3,<1.0.0" -typing-extensions = ">=4.0.1,<5.0.0" [[package]] name = "coverage" @@ -386,13 +386,13 @@ tox = ["tox"] [[package]] name = "decli" -version = "0.5.2" +version = "0.6.1" description = "Minimal, easy-to-use, declarative cli tool" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "decli-0.5.2-py3-none-any.whl", hash = "sha256:d3207bc02d0169bf6ed74ccca09ce62edca0eb25b0ebf8bf4ae3fb8333e15ca0"}, - {file = "decli-0.5.2.tar.gz", hash = "sha256:f2cde55034a75c819c630c7655a844c612f2598c42c21299160465df6ad463ad"}, + {file = "decli-0.6.1-py3-none-any.whl", hash = "sha256:7815ac58617764e1a200d7cadac6315fcaacc24d727d182f9878dd6378ccf869"}, + {file = "decli-0.6.1.tar.gz", hash = "sha256:ed88ccb947701e8e5509b7945fda56e150e2ac74a69f25d47ac85ef30ab0c0f0"}, ] [[package]] @@ -1741,4 +1741,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1978dd6427f77d13be35fdd79ca28c1cffbec22842b2e51e34767047dfc1e5a2" +content-hash = "2d6d1a0a85d13be5541732c2f6b87bfa78d068e5eb293dce172f45ed9910af25" diff --git a/pyproject.toml b/pyproject.toml index 0c85227d..821b782c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest = "^7.4.0" flake8 = "^5.0.4" isort = "^5.10.1" pytest-cov = "^4.1.0" -commitizen = "^2.42.0" +commitizen = "^3.5.2" python-semantic-release = "^7.34.6" python-dotenv = "^1.0.0"