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:10:55 -0500
commitd2e9c8c3cb8c96449fd9219f67868ae87072bc32 (patch)
tree4d02eb1a5665af58a6cbdd9b2c9998890f640900
parenta15d812763428f89d03a52e4953940faf3cd6a72 (diff)
downloadmongo-d2e9c8c3cb8c96449fd9219f67868ae87072bc32.tar.gz
SERVER-38421 Require a version of cryptography that is currently in the toolchain
-rw-r--r--buildscripts/requirements.txt2
1 files changed, 1 insertions, 1 deletions
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