From df80a88016181abb38950c9d7102453141dd148a Mon Sep 17 00:00:00 2001 From: Charlie Engelke Date: Wed, 22 Mar 2023 08:49:43 -0700 Subject: [PATCH] fix: new dependency versions for py-3.11 --- functions/ocr/app/requirements-test.txt | 2 +- functions/ocr/app/requirements.txt | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/functions/ocr/app/requirements-test.txt b/functions/ocr/app/requirements-test.txt index b79a8fb4939..9a4313ea325 100644 --- a/functions/ocr/app/requirements-test.txt +++ b/functions/ocr/app/requirements-test.txt @@ -1,2 +1,2 @@ mock==5.0.1 -pytest==7.0.1 +pytest==7.2.2 diff --git a/functions/ocr/app/requirements.txt b/functions/ocr/app/requirements.txt index 69aa9b0653a..145a1f80af2 100644 --- a/functions/ocr/app/requirements.txt +++ b/functions/ocr/app/requirements.txt @@ -1,5 +1,4 @@ -google-cloud-pubsub==2.9.0 -google-cloud-storage==2.0.0; python_version < '3.7' -google-cloud-storage==2.1.0; python_version > '3.6' -google-cloud-translate==3.8.0 -google-cloud-vision==3.1.0 +google-cloud-pubsub==2.15.0 +google-cloud-storage==2.7.0 +google-cloud-translate==3.11.0 +google-cloud-vision==3.4.0