summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@mongodb.com>2021-11-30 00:47:51 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-30 15:14:50 +0000
commit0f21876dd7eeff54c8e07f788a2414aec2de3ea9 (patch)
treed2798a71400b00c43b28ace304f25d7bad4f67cb /etc/pip
parent5510a946ad18fc4d91d31ddf06d2d96e7c7ad1de (diff)
downloadmongo-0f21876dd7eeff54c8e07f788a2414aec2de3ea9.tar.gz
SERVER-61791 pin python core dependencies
(cherry picked from commit a861e8863658203290a520ed4fa1eb1bd63995ac)
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/aws.req1
-rw-r--r--etc/pip/components/compile.req1
-rw-r--r--etc/pip/components/core.req8
-rw-r--r--etc/pip/components/evergreen.req1
4 files changed, 4 insertions, 7 deletions
diff --git a/etc/pip/components/aws.req b/etc/pip/components/aws.req
index 3245054d700..22ca9575f5b 100644
--- a/etc/pip/components/aws.req
+++ b/etc/pip/components/aws.req
@@ -1,3 +1,2 @@
boto3
botocore
-psutil
diff --git a/etc/pip/components/compile.req b/etc/pip/components/compile.req
index 34a8ff66e0f..6f35857ca28 100644
--- a/etc/pip/components/compile.req
+++ b/etc/pip/components/compile.req
@@ -1,4 +1,3 @@
# Mongo compile
Cheetah3 # src/mongo/base/generate_error_codes.py
-psutil
regex
diff --git a/etc/pip/components/core.req b/etc/pip/components/core.req
index 5ade071a8ec..989ff19b512 100644
--- a/etc/pip/components/core.req
+++ b/etc/pip/components/core.req
@@ -1,6 +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, < 6.0
-requests >= 2.0.0
+psutil <= 5.8.0
+pymongo >= 3.0, < 4.0
+PyYAML >= 3.0.0, < 6.0.0
+requests >= 2.0.0, <= 2.26.0
wrapt == 1.12.1
diff --git a/etc/pip/components/evergreen.req b/etc/pip/components/evergreen.req
index 210be9a6499..ddfefcb66eb 100644
--- a/etc/pip/components/evergreen.req
+++ b/etc/pip/components/evergreen.req
@@ -1,6 +1,5 @@
click ~= 7.0
dataclasses; python_version < "3.7"
GitPython ~= 3.1.7
-psutil
pydantic ~= 1.7.3
structlog ~= 19.2.0