Update remerkleable to 0.1.25

`remerkleable` was updated to address potentially incorrect computation
of `hash_tree_root` against default-initialized `Vector` objects.
Switching to the fixed version.
This commit is contained in:
Etan Kissling
2022-10-28 20:40:21 +02:00
parent bab01d6e99
commit 9dc1a17b2d

View File

@@ -1131,7 +1131,7 @@ setup(
"pycryptodome==3.15.0",
"py_ecc==6.0.0",
"milagro_bls_binding==1.9.0",
"remerkleable==0.1.24",
"remerkleable==0.1.25",
RUAMEL_YAML_VERSION,
"lru-dict==1.1.8",
MARKO_VERSION,