diff --git a/cisco_aci/requirements.in b/cisco_aci/requirements.in index b08f797b250fe..a8a2c0d4f94a6 100644 --- a/cisco_aci/requirements.in +++ b/cisco_aci/requirements.in @@ -1 +1 @@ -cryptography==2.3.1 +cryptography==2.7 diff --git a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in index 709eb93957180..d6083b097a9ad 100644 --- a/datadog_checks_base/datadog_checks/base/data/agent_requirements.in +++ b/datadog_checks_base/datadog_checks/base/data/agent_requirements.in @@ -4,7 +4,7 @@ asn1crypto==0.24.0 beautifulsoup4==4.5.1 boto==2.46.1 cffi==1.11.5 -cryptography==2.3.1 +cryptography==2.7 cx_oracle==6.0.1 ddtrace==0.13.0 dnspython==1.16.0 diff --git a/http_check/requirements.in b/http_check/requirements.in index c6eddcfd1a80c..c438ce6387c6c 100644 --- a/http_check/requirements.in +++ b/http_check/requirements.in @@ -1,2 +1,2 @@ -cryptography==2.3.1 +cryptography==2.7 requests_ntlm==1.1.0 diff --git a/mysql/requirements.in b/mysql/requirements.in index 10c9d0aac5119..fb4424127e949 100644 --- a/mysql/requirements.in +++ b/mysql/requirements.in @@ -1,2 +1,2 @@ -cryptography==2.3.1 +cryptography==2.7 pymysql==0.9.3 diff --git a/ssh_check/requirements.in b/ssh_check/requirements.in index 921cf57f6071b..07c3f45ec97fb 100644 --- a/ssh_check/requirements.in +++ b/ssh_check/requirements.in @@ -1,6 +1,6 @@ asn1crypto==0.24.0 cffi==1.11.5 -cryptography==2.3.1 +cryptography==2.7 enum34==1.1.6 ipaddress==1.0.22; python_version < '3.0' paramiko==2.1.5 diff --git a/tls/requirements.in b/tls/requirements.in index a21ea81b4271a..387e900f11ea3 100644 --- a/tls/requirements.in +++ b/tls/requirements.in @@ -1,3 +1,3 @@ -cryptography==2.3.1 +cryptography==2.7 ipaddress==1.0.22; python_version < '3.0' service_identity[idna]==18.1.0