From dcfda9d9d248b74513dc53b45f3420ca3073a04d Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Sat, 14 Mar 2020 11:30:34 +0100 Subject: [PATCH] Change python crypto module from pycrypto to cryptography (#5769) --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 1f2f68c7a..242d3a286 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,6 +3,6 @@ yamllint==1.19.0 apache-libcloud==2.2.1 tox==3.11.1 dopy==0.3.7 -PyCrypto==2.6.1 +cryptography==2.8 ansible-lint==4.2.0 openshift==0.8.8