Skip to content

Commit

Permalink
chore: fix vulnerability in starbank-ecdsa dependency (#1022)
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Mah <[email protected]>
  • Loading branch information
hellno and JenniferMah authored Nov 9, 2021
1 parent ab040cb commit e27a2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ PyYAML>=4.2b1
python-http-client>=3.2.1
six==1.11.0
pytest==3.8.2
starkbank-ecdsa>=1.0.0,<2.0.0
starkbank-ecdsa>=2.0.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def getRequires():
deps = [
'python_http_client>=3.2.1',
'starkbank-ecdsa>=1.0.0,<2.0.0'
'starkbank-ecdsa>=2.0.1'
]
return deps

Expand Down

0 comments on commit e27a2b1

Please sign in to comment.