summaryrefslogtreecommitdiff
path: root/etc/pip/components/compile.req
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-05 09:25:17 +0000
commitb6d30f82753814220e360b82d0b5d87e834b279c (patch)
tree385dff41803c4298e4a9e8f43a44b2476bca0a3f /etc/pip/components/compile.req
parent22249d4747a17977a20d229f8f41185d9b99518d (diff)
downloadmongo-5.2.tar.gz
SERVER-57312 Pin transitive Python dependencies and use the pinned file for installation in Evergreen5.2
Diffstat (limited to 'etc/pip/components/compile.req')
-rw-r--r--etc/pip/components/compile.req8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/pip/components/compile.req b/etc/pip/components/compile.req
index c208cab2722..1ef0f56a10d 100644
--- a/etc/pip/components/compile.req
+++ b/etc/pip/components/compile.req
@@ -1,6 +1,6 @@
# Mongo compile
-Cheetah3 # src/mongo/base/generate_error_codes.py
-packaging
-regex
-requirements_parser
+Cheetah3 <= 3.2.6.post1 # src/mongo/base/generate_error_codes.py
+packaging <= 21.3
+regex <= 2021.11.10
+requirements_parser <= 0.3.1
setuptools