Skip to content

Commit 8d131e9

Browse files
vlaciqkaiser
authored andcommitted
chore(deps): allow cryptography 40.0 to work with newer nixpkgs
Newer nix package set comes with this version. Also requiring a more secure lowest version.
1 parent c092a45 commit 8d131e9

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
@@ -26,7 +26,7 @@ lark = "^1.1.2"
2626
lz4 = "^4.0.0"
2727
lief = "^0.12.3"
2828
jefferson = "^0.4.2"
29-
cryptography = ">=37.0.1,<40.0"
29+
cryptography = ">=39.0,<41.0"
3030
treelib = "^1.6.1"
3131
unblob-native = "^0.1.0"
3232

0 commit comments

Comments
 (0)