Skip to content

Commit f14e952

Browse files
authored
update clvm to 0.9.15 (#20083)
1 parent 9d71f28 commit f14e952

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

poetry.lock

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,19 +1011,19 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""}
10111011

10121012
[[package]]
10131013
name = "clvm"
1014-
version = "0.9.14"
1014+
version = "0.9.15"
10151015
description = "[Contract Language | Chialisp] Virtual Machine"
10161016
optional = false
10171017
python-versions = "<4,>=3.8.1"
10181018
groups = ["main"]
10191019
files = [
1020-
{file = "clvm-0.9.14-py3-none-any.whl", hash = "sha256:a95bb9fa9c331ced3fab934c5d04825afd0e1872bb0676777cb536d5c2bef970"},
1021-
{file = "clvm-0.9.14.tar.gz", hash = "sha256:4060beb0bd6f0f22cf75298503eb58aca45aa0d66f047531d382af5c22d59da7"},
1020+
{file = "clvm-0.9.15-py3-none-any.whl", hash = "sha256:3f4b37ce496bf08beeb95f727352e536068c77310977f3b2f815985fcb232b3c"},
1021+
{file = "clvm-0.9.15.tar.gz", hash = "sha256:e6551d5be734b46aeac86dc84b16c31290ae96126873dacfc3a05b939dea703d"},
10221022
]
10231023

10241024
[package.dependencies]
10251025
chia_rs = ">=0.2.13"
1026-
importlib_metadata = ">=7.1,<8.0"
1026+
importlib_metadata = ">=8.7,<9.0"
10271027
typing-extensions = ">=4.0,<5.0"
10281028

10291029
[package.extras]
@@ -1574,23 +1574,27 @@ files = [
15741574

15751575
[[package]]
15761576
name = "importlib-metadata"
1577-
version = "7.2.1"
1577+
version = "8.7.0"
15781578
description = "Read metadata from Python packages"
15791579
optional = false
1580-
python-versions = ">=3.8"
1580+
python-versions = ">=3.9"
15811581
groups = ["main"]
15821582
files = [
1583-
{file = "importlib_metadata-7.2.1-py3-none-any.whl", hash = "sha256:ffef94b0b66046dd8ea2d619b701fe978d9264d38f3998bc4c27ec3b146a87c8"},
1584-
{file = "importlib_metadata-7.2.1.tar.gz", hash = "sha256:509ecb2ab77071db5137c655e24ceb3eee66e7bbc6574165d0d114d9fc4bbe68"},
1583+
{file = "importlib_metadata-8.7.0-py3-none-any.whl", hash = "sha256:e5dd1551894c77868a30651cef00984d50e1002d06942a7101d34870c5f02afd"},
1584+
{file = "importlib_metadata-8.7.0.tar.gz", hash = "sha256:d13b81ad223b890aa16c5471f2ac3056cf76c5f10f82d6f9292f0b415f389000"},
15851585
]
15861586

15871587
[package.dependencies]
1588-
zipp = ">=0.5"
1588+
zipp = ">=3.20"
15891589

15901590
[package.extras]
1591+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\""]
1592+
cover = ["pytest-cov"]
15911593
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
1594+
enabler = ["pytest-enabler (>=2.2)"]
15921595
perf = ["ipython"]
1593-
test = ["flufl.flake8", "importlib-resources (>=1.3) ; python_version < \"3.9\"", "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)"]
1596+
test = ["flufl.flake8", "importlib_resources (>=1.3) ; python_version < \"3.9\"", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"]
1597+
type = ["pytest-mypy"]
15941598

15951599
[[package]]
15961600
name = "importlib-resources"
@@ -3680,19 +3684,23 @@ propcache = ">=0.2.0"
36803684

36813685
[[package]]
36823686
name = "zipp"
3683-
version = "3.19.1"
3687+
version = "3.23.0"
36843688
description = "Backport of pathlib-compatible object wrapper for zip files"
36853689
optional = false
3686-
python-versions = ">=3.8"
3690+
python-versions = ">=3.9"
36873691
groups = ["main"]
36883692
files = [
3689-
{file = "zipp-3.19.1-py3-none-any.whl", hash = "sha256:2828e64edb5386ea6a52e7ba7cdb17bb30a73a858f5eb6eb93d8d36f5ea26091"},
3690-
{file = "zipp-3.19.1.tar.gz", hash = "sha256:35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f"},
3693+
{file = "zipp-3.23.0-py3-none-any.whl", hash = "sha256:071652d6115ed432f5ce1d34c336c0adfd6a884660d1e9712a256d3d3bd4b14e"},
3694+
{file = "zipp-3.23.0.tar.gz", hash = "sha256:a07157588a12518c9d4034df3fbbee09c814741a33ff63c05fa29d26a2404166"},
36913695
]
36923696

36933697
[package.extras]
3698+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1) ; sys_platform != \"cygwin\""]
3699+
cover = ["pytest-cov"]
36943700
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
3695-
test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"]
3701+
enabler = ["pytest-enabler (>=2.2)"]
3702+
test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more_itertools", "pytest (>=6,!=8.1.*)", "pytest-ignore-flaky"]
3703+
type = ["pytest-mypy"]
36963704

36973705
[[package]]
36983706
name = "zstd"

0 commit comments

Comments
 (0)