summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian McCarthy <brian.mccarthy@mongodb.com>2020-08-06 16:13:23 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-06 21:06:17 +0000
commit88f00c1b2b11ff0ae8602f20c8d493ece82010b0 (patch)
tree1f1f78ea1d77ce944ca863e1859e75478d25de36
parente10ce2e779cd17c9ba217c49740cffd2bef72694 (diff)
downloadmongo-88f00c1b2b11ff0ae8602f20c8d493ece82010b0.tar.gz
SERVER-50124 Pin lazy-object-proxy python module
-rw-r--r--buildscripts/requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildscripts/requirements.txt b/buildscripts/requirements.txt
index 22794bd25c6..94d498ef785 100644
--- a/buildscripts/requirements.txt
+++ b/buildscripts/requirements.txt
@@ -1,5 +1,7 @@
# Jira integration
-cryptography >= 2.0.0
+lazy-object-proxy == 1.4.1
+boto3 == 1.5.27
+cryptography >= 2.0.0,<=2.3.1
jira == 1.0.10
pyjwt == 1.5.3
# Other