From 1395dd3784602ede001d8bdd26ebfbdf03d8faf1 Mon Sep 17 00:00:00 2001 From: Pritimay Sarkar Date: Sun, 21 Jan 2024 15:18:27 +0530 Subject: [PATCH] change grpcio version --- .gitignore | 3 ++- requirements.txt | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6bff5aa..37ff9f5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ cloud-functions/python/functions/__pycache__/ *.png *.svg *.log -scripts/temp/* \ No newline at end of file +scripts/temp/* +tests/__pycache__/* diff --git a/requirements.txt b/requirements.txt index 5568eb1..f1319e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,8 +24,8 @@ google-cloud-storage==2.10.0 google-crc32c==1.5.0 google-resumable-media==2.5.0 googleapis-common-protos==1.60.0 -grpcio==1.57.0 -grpcio-status==1.57.0 +grpcio==1.59.0 +grpcio-status==1.59.0 html5lib==1.1 httplib2==0.22.0 idna==3.4 @@ -36,6 +36,7 @@ kiwisolver==1.4.5 lxml==4.9.3 matplotlib==3.8.0 msgpack==1.0.5 +numpy==1.26.3 openpyxl==3.1.2 oscrypto==1.3.0 packaging==23.1