Skip to content

Commit

Permalink
bitbox02: update to v5.3.0
Browse files Browse the repository at this point in the history
Updated pyproject.toml and setup.py, then: `poetry update bitbox02
--lock`.

- Antiklepto active also when signing messages.
  • Loading branch information
benma committed Mar 27, 2021
1 parent 43c60c5 commit a30d672
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
14 changes: 9 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -24,7 +24,7 @@ mnemonic = "~0"
typing-extensions = "^3.7"
libusb1 = "^1.7"
pyside2 = { version = "^5.14.0", optional = true }
bitbox02 = ">=5.2.0,<6.0.0"
bitbox02 = ">=5.3.0,<6.0.0"

[tool.poetry.extras]
qt = ["pyside2"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
modules = \
['hwi', 'hwi-qt']
install_requires = \
['bitbox02>=5.2.0,<6.0.0',
['bitbox02>=5.3.0,<6.0.0',
'ecdsa>=0,<1',
'hidapi>=0,<1',
'libusb1>=1.7,<2.0',
Expand Down

0 comments on commit a30d672

Please sign in to comment.