diff --git a/poetry.lock b/poetry.lock index df6fbf0..053b178 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiofiles" @@ -941,27 +941,27 @@ development = ["black", "flake8", "mypy", "pytest", "types-colorama"] [[package]] name = "commitizen" -version = "2.42.1" +version = "4.1.0" description = "Python commitizen client tool" optional = false -python-versions = ">=3.6.2,<4.0.0" +python-versions = ">=3.9" 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-4.1.0-py3-none-any.whl", hash = "sha256:2e6c5fbd442cab4bcc5a04bc86ef2196ef84bcf611317d6c596e87f5bb4c09f5"}, + {file = "commitizen-4.1.0.tar.gz", hash = "sha256:4f2d9400ec411aec1c738d4c63fc7fd5807cd6ddf6be970869e03e68b88ff718"}, ] [package.dependencies] -argcomplete = ">=1.12.1,<2.1" -charset-normalizer = ">=2.1.0,<3.0.0" +argcomplete = ">=1.12.1,<3.6" +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" 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\""} +questionary = ">=2.0,<3.0" +termcolor = ">=1.1,<3" tomlkit = ">=0.5.3,<1.0.0" -typing-extensions = ">=4.0.1,<5.0.0" +typing-extensions = {version = ">=4.0.1,<5.0.0", markers = "python_version < \"3.11\""} [[package]] name = "concurrent-log-handler" @@ -1028,13 +1028,13 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "decli" -version = "0.5.2" +version = "0.6.2" 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.2-py3-none-any.whl", hash = "sha256:2fc84106ce9a8f523ed501ca543bdb7e416c064917c12a59ebdc7f311a97b7ed"}, + {file = "decli-0.6.2.tar.gz", hash = "sha256:36f71eb55fd0093895efb4f416ec32b7f6e00147dda448e3365cf73ceab42d6f"}, ] [[package]] @@ -2022,13 +2022,13 @@ virtualenv = ">=20.10.0" [[package]] name = "prompt-toolkit" -version = "3.0.48" +version = "3.0.36" description = "Library for building powerful interactive command lines in Python" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.6.2" files = [ - {file = "prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e"}, - {file = "prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90"}, + {file = "prompt_toolkit-3.0.36-py3-none-any.whl", hash = "sha256:aa64ad242a462c5ff0363a7b9cfe696c20d55d9fc60c11fd8e632d064804d305"}, + {file = "prompt_toolkit-3.0.36.tar.gz", hash = "sha256:3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63"}, ] [package.dependencies] @@ -2444,20 +2444,17 @@ files = [ [[package]] name = "questionary" -version = "1.10.0" +version = "2.0.1" description = "Python library to build pretty command line user prompts ⭐️" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.8" files = [ - {file = "questionary-1.10.0-py3-none-any.whl", hash = "sha256:fecfcc8cca110fda9d561cb83f1e97ecbb93c613ff857f655818839dac74ce90"}, - {file = "questionary-1.10.0.tar.gz", hash = "sha256:600d3aefecce26d48d97eee936fdb66e4bc27f934c3ab6dd1e292c4f43946d90"}, + {file = "questionary-2.0.1-py3-none-any.whl", hash = "sha256:8ab9a01d0b91b68444dff7f6652c1e754105533f083cbe27597c8110ecc230a2"}, + {file = "questionary-2.0.1.tar.gz", hash = "sha256:bcce898bf3dbb446ff62830c86c5c6fb9a22a54146f0f5597d3da43b10d8fc8b"}, ] [package.dependencies] -prompt_toolkit = ">=2.0,<4.0" - -[package.extras] -docs = ["Sphinx (>=3.3,<4.0)", "sphinx-autobuild (>=2020.9.1,<2021.0.0)", "sphinx-autodoc-typehints (>=1.11.1,<2.0.0)", "sphinx-copybutton (>=0.3.1,<0.4.0)", "sphinx-rtd-theme (>=0.5.0,<0.6.0)"] +prompt_toolkit = ">=2.0,<=3.0.36" [[package]] name = "requests" @@ -3220,4 +3217,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "31ee529fe209f94a06b127eea77fdd74ec8d9e1df446b9c101097f5848ea1a38" +content-hash = "c83f1a9ec9b071387c2a7bc6c34d498550c96aa33765f2e10ec4fb0659f33b77" diff --git a/pyproject.toml b/pyproject.toml index 7ac616d..8568540 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ optional = true # chia-dev-tools = "^1.1.1" # chia-blockchain = { path = "./chia-blockchain", develop = true } pytest = "^7.1.2" -commitizen = "^2.27.1" +commitizen = "^4.1.0" pytest-xdist = "^3.3.1" black = "24.3.0" isort = "5.12.0"