From 65d65df7050a53fc3e4cb6a9a3841974e05856df Mon Sep 17 00:00:00 2001 From: darwintree <17946284+darwintree@users.noreply.github.com> Date: Wed, 22 May 2024 16:06:30 +0800 Subject: [PATCH] chore(dependencies): bump coincurve from 15.0.1 to 19.0.1 --- dev-support/dep_pip3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-support/dep_pip3.sh b/dev-support/dep_pip3.sh index d54b482bf..40f7f2fe4 100755 --- a/dev-support/dep_pip3.sh +++ b/dev-support/dep_pip3.sh @@ -11,7 +11,7 @@ function install() { install eth-utils install rlp==1.2.0 install py-ecc==5.2.0 -install coincurve==15.0.1 +install coincurve==19.0.1 install pysha3 install trie==1.4.0 install web3==5.31.1