Skip to content

Commit ac07b79

Browse files
fix(deps): update dependency cryptography to v46 [security]
1 parent 149cfb0 commit ac07b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
# Newer versions of these packages CAUSE KERNEL PANIC on s390x (Fireblocks)
1818
# Verified multiple times: crashes occur inside _message.abi3.so
1919
# -------------------------------------------------------------------------
20-
"cryptography==45.0.5", # DO NOT UPGRADE — kernel panic
20+
"cryptography==46.0.5", # DO NOT UPGRADE — kernel panic
2121
"cffi==1.17.1", # DO NOT UPGRADE — kernel panic
2222
"grpcio==1.73.1", # DO NOT UPGRADE — kernel panic
2323
"protobuf==6.31.1", # DO NOT UPGRADE — kernel panic

0 commit comments

Comments
 (0)