From 3fb8a941f4624291e3091a1ff96dde4f62b772cd Mon Sep 17 00:00:00 2001 From: Robert Guo Date: Sat, 6 Feb 2021 07:33:01 -0500 Subject: SERVER-54369 update python dependencies --- etc/pip/components/external_auth.req | 2 +- etc/pip/components/resmoke.req | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/pip/components/external_auth.req b/etc/pip/components/external_auth.req index 4f633912e09..e5bf1b10300 100644 --- a/etc/pip/components/external_auth.req +++ b/etc/pip/components/external_auth.req @@ -4,6 +4,6 @@ pyOpenSSL == 19.0.0 pyparsing == 2.4.0 service_identity == 18.1.0 twisted == 20.3.0 -zope.interface == 4.6.0 +zope.interface == 4.7.2 ldaptor == 19.0.0 diff --git a/etc/pip/components/resmoke.req b/etc/pip/components/resmoke.req index f4c13387b95..ca09458282d 100644 --- a/etc/pip/components/resmoke.req +++ b/etc/pip/components/resmoke.req @@ -7,8 +7,8 @@ shrub.py == 1.1.0 ocspresponder == 0.5.0 flask == 1.1.1 ocspbuilder == 0.10.2 -grpcio == 1.28.1; platform_machine == "x86_64" -grpcio-tools == 1.28.1; platform_machine == "x86_64" -googleapis-common-protos == 1.51.0; platform_machine == "x86_64" +grpcio == 1.35.0; platform_machine == "x86_64" +grpcio-tools == 1.35.0; platform_machine == "x86_64" +googleapis-common-protos == 1.52.0; platform_machine == "x86_64" blackduck == 0.0.51 PyGithub == 1.53 -- cgit v1.2.1