Skip to content

Commit 8a36995

Browse files
author
k9ert
authored
Feature: HWI upgrade to 2.4.x (#2452) (Trezor 3 support)
* hwi upgrade * making bitbox02 work with hwi 2.2.1 * upgraded yet another bunch of dependencies * upgrade hwi to 2.4.0 * removing unnecessary dependency
1 parent db3df46 commit 8a36995

File tree

4 files changed

+441
-413
lines changed

4 files changed

+441
-413
lines changed

requirements.in

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
1-
certifi==2022.12.7
2-
chardet==3.0.4
3-
Click==8.1.1
1+
certifi==2024.6.2
2+
Click==8.1.7
43
Flask==2.2.5
54
Flask-Babel==3.1.0
65
Flask-Cors==3.0.10
76
Flask-Login==0.6.3
87
Flask-RESTful==0.3.10
98
Flask-HTTPAuth==4.8.0
10-
hwi==2.1.1
9+
hwi==2.4.0
1110
python-dotenv==0.21.1
1211
requests==2.26.0
1312
pysocks==1.7.1
1413
six==1.16.0
1514
stem==1.8.0
1615
embit==0.6.1
1716
psutil==5.9.0
18-
pyopenssl==23.0.0
17+
pyopenssl==24.1.0
1918
flask_wtf==1.2.1
2019
pgpy==0.6.0
2120
cbor2==5.4.6
2221
mnemonic==0.21
23-
cryptography==39.0.1
22+
cryptography==42.0.7
2423
Flask-APScheduler==1.12.4
2524
gunicorn==20.1.0
2625
simple-websocket==0.8.1
27-
protobuf==3.20.2
26+
protobuf==4.23.3
2827
PyJWT==2.4.0
2928
pytimeparse==1.1.8
3029
psycopg2-binary==2.9.5

0 commit comments

Comments
 (0)