Skip to content

Commit

Permalink
Update pycrypto to fix security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
kshcherban committed Apr 28, 2022
1 parent 39ab28d commit 7dd3ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pyOpenSSL>=0.13
pycrypto>=2.6
pycrypto>=2.6.1
boto3~=1.9.30
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
],
install_requires=[
"pyOpenSSL~=20.0",
"pycrypto~=2.6",
"pycrypto~=2.6.1",
"boto3~=1.17",
"cryptography<=10.0",
],
Expand Down

0 comments on commit 7dd3ba0

Please sign in to comment.