diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2020-10-14 21:20:32 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-11-12 16:41:40 +0000 |
commit | aa7f83b69a1340fa1d35a4ebaa281c17ae873170 (patch) | |
tree | 3cef38d0e7c9caea38a201befd5a50fabceea97a /etc | |
parent | e399bf8689f592129c9655933bdb6a0e551a47b8 (diff) | |
download | mongo-aa7f83b69a1340fa1d35a4ebaa281c17ae873170.tar.gz |
SERVER-51607 Upgrade Twisted to 20.3.0
(cherry picked from commit d4b5f88defdc7e13617284e55f46dfa48cb091d6)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pip/components/external_auth.req | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/external_auth.req b/etc/pip/components/external_auth.req index 3c655217b35..dcd0a30137b 100644 --- a/etc/pip/components/external_auth.req +++ b/etc/pip/components/external_auth.req @@ -4,7 +4,7 @@ passlib == 1.7.1 pyOpenSSL == 19.0.0 pyparsing == 2.4.0 service_identity == 18.1.0 -twisted == 19.2.1 +twisted == 20.3.0 zope.interface == 4.6.0 ldaptor == 19.0.0 |