From 63f2806c67d4d787b3ff363f285d2168f5b0446e Mon Sep 17 00:00:00 2001 From: Wayne Manselle Date: Wed, 6 Sep 2023 21:37:06 -0700 Subject: [PATCH] Update requirements to address vulnerabilities --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4dcf549..819e6d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -grpcio>=1.49.1 -grpcio-reflection>=1.49.1 +grpcio>=1.53.0 +grpcio-reflection>=1.53.0 google-api-core>=2.9.0 cryptography>=39.0.1 protobuf<=4.23.0 \ No newline at end of file