From d2e9c8c3cb8c96449fd9219f67868ae87072bc32 Mon Sep 17 00:00:00 2001 From: Andrew Morrow Date: Wed, 5 Dec 2018 14:19:38 -0500 Subject: SERVER-38421 Require a version of cryptography that is currently in the toolchain --- buildscripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildscripts/requirements.txt b/buildscripts/requirements.txt index 325d4ab89d4..a690024637f 100644 --- a/buildscripts/requirements.txt +++ b/buildscripts/requirements.txt @@ -1,5 +1,5 @@ # Jira integration -cryptography == 1.7.2 +cryptography >= 2.0.0 jira == 1.0.10 pyjwt == 1.5.3 # Other -- cgit v1.2.1