summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2022-01-04 12:11:19 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-06 13:54:25 +0000
commit911e12d45f41cf8b553dce63fb58d3ba19bd8410 (patch)
tree7cb57fb95e6bff88e1d6fffcc784368422d1f2f0 /etc
parent51475a8c4d9856eb1461137e7539a0a763cc85dc (diff)
downloadmongo-911e12d45f41cf8b553dce63fb58d3ba19bd8410.tar.gz
SERVER-57312 Pin transitive Python dependencies and use the pinned file for installation in Evergreen
(cherry picked from commit b6d30f82753814220e360b82d0b5d87e834b279c)
Diffstat (limited to 'etc')
-rw-r--r--etc/pip/components/aws.req4
-rw-r--r--etc/pip/components/compile.req4
-rw-r--r--etc/pip/components/idl.req4
-rw-r--r--etc/pip/components/jiraclient.req6
-rw-r--r--etc/pip/components/lint.req2
-rw-r--r--etc/pip/components/resmoke.req4
6 files changed, 12 insertions, 12 deletions
diff --git a/etc/pip/components/aws.req b/etc/pip/components/aws.req
index 22ca9575f5b..94c132729e7 100644
--- a/etc/pip/components/aws.req
+++ b/etc/pip/components/aws.req
@@ -1,2 +1,2 @@
-boto3
-botocore
+boto3 <= 1.20.26
+botocore <= 1.23.26
diff --git a/etc/pip/components/compile.req b/etc/pip/components/compile.req
index 6f35857ca28..2e0847c909d 100644
--- a/etc/pip/components/compile.req
+++ b/etc/pip/components/compile.req
@@ -1,3 +1,3 @@
# Mongo compile
-Cheetah3 # src/mongo/base/generate_error_codes.py
-regex
+Cheetah3 <= 3.2.6.post1 # src/mongo/base/generate_error_codes.py
+regex <= 2021.11.10
diff --git a/etc/pip/components/idl.req b/etc/pip/components/idl.req
index ab29c1038db..b92d6bf17f1 100644
--- a/etc/pip/components/idl.req
+++ b/etc/pip/components/idl.req
@@ -1,2 +1,2 @@
-unittest-xml-reporting>=2.2.0
-typing
+unittest-xml-reporting >= 2.2.0, <= 3.0.4
+typing <= 3.7.4.3
diff --git a/etc/pip/components/jiraclient.req b/etc/pip/components/jiraclient.req
index 6a402e42ed6..1e18fadee5c 100644
--- a/etc/pip/components/jiraclient.req
+++ b/etc/pip/components/jiraclient.req
@@ -1,6 +1,6 @@
# TIG jira integration
-jira
-requests-oauth
-PyJWT # https://github.com/pycontribs/jira/issues/247
+jira <= 3.1.1
+requests-oauth <= 0.4.1
+PyJWT <= 2.3.0 # https://github.com/pycontribs/jira/issues/247
cryptography == 2.3 # Needed for oauthlib to use RSAAlgorithm # Version locked - see SERVER-36618
# We are omitting pycrypto based on https://github.com/pycontribs/jira/pull/629
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
index add9cd49f3b..3a3858858c1 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -5,6 +5,6 @@ mypy < 0.900; python_version > "3.5"
pydocstyle == 2.1.1
pylint == 2.3.1
structlog ~= 19.2.0
-typing
+typing <= 3.7.4.3
yamllint == 1.15.0
yapf == 0.26.0
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req
index 16524791d6d..6b39dd30c41 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/resmoke.req
@@ -1,8 +1,8 @@
PyKMIP == 0.4.0 # It's now 0.8.0. We're far enough back to have API conflicts.
evergreen.py == 2.1.0
-jinja2
+jinja2 <= 2.11.3
MarkupSafe == 1.1.0 # See SERVER-57036, this is a transitive dependency of jinja2
-mock
+mock <= 4.0.3
shrub.py == 1.1.0
ocspresponder == 0.5.0
flask == 1.1.1