summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorRichard Samuels <richard.l.samuels@gmail.com>2021-05-18 11:56:09 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-05-19 16:44:06 +0000
commit0fa43bd6018803d431ae7f9db8d1d8837217f9e4 (patch)
tree82aadcbac28431816c32624df4ad04db83768e98 /etc/pip
parent29213e17853c07afe83084504a07fc28695dae9c (diff)
downloadmongo-0fa43bd6018803d431ae7f9db8d1d8837217f9e4.tar.gz
SERVER-57036 Pin MarkupSafe==1.1.0 to prevent s390x and PPC64LE install errors
Diffstat (limited to 'etc/pip')
-rw-r--r--etc/pip/components/resmoke.req1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req
index c0267fc9dd8..96eee4725e7 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/resmoke.req
@@ -2,6 +2,7 @@ curatorbin == 1.2.1
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
+MarkupSafe == 1.1.0 # See SERVER-57036, this is a transitive dependency of jinja2
mock
shrub.py == 1.1.0
ocspresponder == 0.5.0