From 8fefa30a34e5fb6d47daea312280cd09a6d8967c Mon Sep 17 00:00:00 2001 From: David Bradford Date: Wed, 25 Nov 2020 17:03:38 -0500 Subject: SERVER-53058: Refactor how historic test stats are collected --- etc/pip/components/evergreen.req | 1 + etc/pip/components/resmoke.req | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/pip') diff --git a/etc/pip/components/evergreen.req b/etc/pip/components/evergreen.req index da5fac8bea1..12d8c78ec6e 100644 --- a/etc/pip/components/evergreen.req +++ b/etc/pip/components/evergreen.req @@ -1,4 +1,5 @@ click ~= 7.0 +dataclasses; python_version < "3.7" GitPython ~= 3.1.7 psutil structlog ~= 19.2.0 diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req index 0a63f5105eb..0457d28259d 100644 --- a/etc/pip/components/resmoke.req +++ b/etc/pip/components/resmoke.req @@ -1,5 +1,5 @@ PyKMIP == 0.4.0 # It's now 0.8.0. We're far enough back to have API conflicts. -evergreen.py == 1.4.7 +evergreen.py == 2.1.0 jinja2 mock shrub.py == 1.1.0 -- cgit v1.2.1