summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrahman1318 <tausif.rahman@mongodb.com>2021-10-27 13:58:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-27 16:16:48 +0000
commit3c0573092c2c7e900b653a64e3c47f790e952faa (patch)
treeecad98e2bf6f8ddb1332d596f7b257c6a790670a
parent9384cc527550b1e8437cda696c4ce027cc3078fc (diff)
downloadmongo-3c0573092c2c7e900b653a64e3c47f790e952faa.tar.gz
SERVER-60950 Pin Dependencies to fix task failures in s390x & pp64le
(cherry picked from commit 05d294d1aaf41b7d174f265b95a59efb71e883d1)
-rw-r--r--etc/pip/components/core.req3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/pip/components/core.req b/etc/pip/components/core.req
index b82f6f6c748..5ade071a8ec 100644
--- a/etc/pip/components/core.req
+++ b/etc/pip/components/core.req
@@ -1,5 +1,6 @@
# Core (we need these for most buildscripts)
psutil
pymongo >= 3.0, != 3.6.0 # See PYTHON-1434, SERVER-34820
-PyYAML >= 3.0.0
+PyYAML >= 3.0.0, < 6.0
requests >= 2.0.0
+wrapt == 1.12.1