From af8bcd4aa19a5ddc8a2a86e9e5b404cbd240a76e Mon Sep 17 00:00:00 2001 From: beierlm Date: Thu, 3 Jun 2021 21:28:17 -0400 Subject: [PATCH] Pip standardization Typo in protobuf version, typing-extensions Corrected to match LCM Change-Id: I0e7a1e1e0f032eecb38344fc7132cb2c5a51d01e Signed-off-by: beierlm --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b52a4d..7e21599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ oauthlib==3.1.0 # via requests-oauthlib paramiko==2.7.2 # via juju -protobuf==3.17.0 +protobuf==3.15.6 # via macaroonbakery pyasn1-modules==0.2.8 # via google-auth @@ -91,7 +91,7 @@ theblues==0.5.2 # via juju toposort==1.6 # via juju -typing-extensions==3.10.0.0 +typing-extensions==3.7.4.3 # via typing-inspect typing-inspect==0.6.0 # via juju -- 2.17.1