diff --git a/poetry.lock b/poetry.lock index 4b10b1b2811f..2e7e0f3c63ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -919,17 +919,18 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "clvm" -version = "0.9.10" +version = "0.9.11" description = "[Contract Language | Chialisp] Virtual Machine" optional = false python-versions = "<4,>=3.8.1" files = [ - {file = "clvm-0.9.10-py3-none-any.whl", hash = "sha256:d74a777b4ed8bb36b8a65a31c102470b6a5c6673abc98fa4f6dead476329d367"}, + {file = "clvm-0.9.11-py3-none-any.whl", hash = "sha256:d39df22eb32b2e9b7d39545787a8a68e18e944d551790d5da05211c8812c7111"}, + {file = "clvm-0.9.11.tar.gz", hash = "sha256:60a644eea1c8d52a61654d4b063337b46983477d4243265e10287639e4625206"}, ] [package.dependencies] chia-rs = ">=0.2.13" -importlib-metadata = ">=6.11.0,<6.12.0" +importlib-metadata = ">=7.1,<8.0" typing-extensions = ">=4.0,<5.0" [package.extras] @@ -1391,22 +1392,22 @@ files = [ [[package]] name = "importlib-metadata" -version = "6.11.0" +version = "7.2.1" description = "Read metadata from Python packages" optional = false python-versions = ">=3.8" files = [ - {file = "importlib_metadata-6.11.0-py3-none-any.whl", hash = "sha256:f0afba6205ad8f8947c7d338b5342d5db2afbfd82f9cbef7879a9539cc12eb9b"}, - {file = "importlib_metadata-6.11.0.tar.gz", hash = "sha256:1231cf92d825c9e03cfc4da076a16de6422c863558229ea0b22b675657463443"}, + {file = "importlib_metadata-7.2.1-py3-none-any.whl", hash = "sha256:ffef94b0b66046dd8ea2d619b701fe978d9264d38f3998bc4c27ec3b146a87c8"}, + {file = "importlib_metadata-7.2.1.tar.gz", hash = "sha256:509ecb2ab77071db5137c655e24ceb3eee66e7bbc6574165d0d114d9fc4bbe68"}, ] [package.dependencies] zipp = ">=0.5" [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] +doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] perf = ["ipython"] -testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pyfakefs", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-perf (>=0.9.2)", "pytest-ruff"] +test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy", "pytest-perf (>=0.9.2)", "pytest-ruff (>=0.2.1)"] [[package]] name = "importlib-resources" @@ -3226,4 +3227,4 @@ upnp = ["miniupnpc"] [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.13" -content-hash = "9f23f736c76b26eed517250deec643361090f891454a337eb807dd04e5d5f3fd" +content-hash = "bf9ed85f7c56a8a525349557d1b19d43f5b7e44b7aac90259c8adeb5c3e3597e" diff --git a/pyproject.toml b/pyproject.toml index 597019e2d7b9..3d2960ba4558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ chiapos = "2.0.7" # proof of space chia_rs = "0.15.0" chiavdf = "1.1.8" # timelord and vdf verification click = "8.1.7" # For the CLI -clvm = "0.9.10" +clvm = "0.9.11" clvm_tools = "0.4.9" # Currying Program.to other conveniences clvm_tools_rs = "0.1.45" # Rust implementation of clvm_tools' compiler colorama = "0.4.6" # Colorizes terminal output