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