Skip to content

Commit cce46f5

Browse files
committed
Merge branch 'gk8-io-zinger/upgrade_ecdsa_version'
2 parents 044753b + 86935a2 commit cce46f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
base58check>=1.0.2,<2.0
2-
ecdsa==0.17.0
2+
ecdsa==0.18.0
33
sympy>=1.2,<2.0
44
python-bitcoinrpc>=1.0,<2.0
55
hdwallet==2.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
keywords='bitcoin library utilities tools',
2222
install_requires=[
2323
'base58check>=1.0.2,<2.0',
24-
'ecdsa==0.17.0',
24+
'ecdsa==0.18.0',
2525
'sympy>=1.2,<2.0',
2626
'python-bitcoinrpc>=1.0,<2.0',
2727
'hdwallet==2.2.1'

0 commit comments

Comments
 (0)