Skip to content

Commit

Permalink
remove cryptography warnings by pinning version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Aug 2, 2024
1 parent 9de79da commit 562874f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"click>=8.0",
"docker>=7.1.0",
"paramiko>=3.2.0",
# rahul: remove TripleDES deprectation warning by pinning cryptography
# https://github.com/paramiko/paramiko/issues/2419
"cryptography<43.0.0",
"scp>=0.14.0",
"boto3>=1.26.0",
"tqdm>=4.63.0",
Expand Down

0 comments on commit 562874f

Please sign in to comment.