summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-12-05 14:19:38 -0500
committerAndrew Morrow <acm@mongodb.com>2018-12-06 14:12:36 -0500
commit928ca2478ad8846904f10b789b5220309df732b0 (patch)
tree024ebd0218f4e7c3758c68ff5ce600e2573224ea
parent66316884a4b1180a8cceb6381e3c51e56586fc3e (diff)
downloadmongo-928ca2478ad8846904f10b789b5220309df732b0.tar.gz
SERVER-38421 Require a version of cryptography that is currently in the toolchain
(cherry picked from commit d2e9c8c3cb8c96449fd9219f67868ae87072bc32)
-rw-r--r--buildscripts/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/requirements.txt b/buildscripts/requirements.txt
index 6a6aec669a1..22794bd25c6 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