summaryrefslogtreecommitdiff
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 17:53:28 +0000
commitfcfdfacba1214bb625f941633ce06f37ecd4e381 (patch)
tree7aceba0c04b8d5ca98c0de902c0a282ca0d2a324
parentdc01e148734edfb26f97af30346eb8a43cd31d97 (diff)
downloadmongo-fcfdfacba1214bb625f941633ce06f37ecd4e381.tar.gz
SERVER-61791 pin python core dependencies
(cherry picked from commit a861e8863658203290a520ed4fa1eb1bd63995ac) (cherry picked from commit 1876b157a3e3bed60eee25657439704194d0c53e)
-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 abe6090c0d6..dd97e967412 100644
--- a/etc/pip/components/evergreen.req
+++ b/etc/pip/components/evergreen.req
@@ -1,5 +1,4 @@
click ~= 7.0
GitPython ~= 3.1.7
-psutil
pydantic ~= 1.7.3
structlog >=19.1.0,<=19.2.0