Skip to content

Commit

Permalink
Merge pull request #21 from voith/patch-1
Browse files Browse the repository at this point in the history
set `pycryptodome` version to `3.6.6` to fix a recently discovered vulnerability
  • Loading branch information
carver committed Sep 3, 2018
2 parents eb3a322 + e2c91cd commit b8f77ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
],
# optional backends:
'pycryptodome': [
"pycryptodome>=3.5.1,<4",
"pycryptodome>=3.6.6,<4",
],
'pysha3': [
"pysha3>=1.0.0,<2.0.0",
Expand Down

0 comments on commit b8f77ec

Please sign in to comment.