summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Marks <gabriel.marks@mongodb.com>2021-09-21 16:36:05 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-09-21 20:07:06 +0000
commit700997beea270a71a17880b7260ae67c1a91d00a (patch)
tree32d5a7a09808d3172e0659bf912d7f6d5171855f
parent7ed02f5c9b4f295b661903a27b872536927f76e9 (diff)
downloadmongo-700997beea270a71a17880b7260ae67c1a91d00a.tar.gz
Revert "SERVER-59878 Update PyKMIP requirement to 0.10.0"
This reverts commit db1cf91f2c7f893539b42df4d035cb5039f533aa.
-rw-r--r--etc/pip/components/resmoke.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req
index c16213fee98..0a68e63a0cd 100644
--- a/etc/pip/components/resmoke.req
+++ b/etc/pip/components/resmoke.req
@@ -1,5 +1,5 @@
curatorbin == 1.2.1
-PyKMIP == 0.10.0
+PyKMIP == 0.4.0 # It's now 0.8.0. We're far enough back to have API conflicts.
evergreen.py == 3.2.0
jinja2
MarkupSafe == 1.1.0 # See SERVER-57036, this is a transitive dependency of jinja2