Skip to content

Commit d5c5eaf

Browse files
chore(deps): update dependency google-cloud-vision to v2.4.0 (GoogleCloudPlatform#6292)
Co-authored-by: Dan Lee <71398022+dandhlee@users.noreply.github.com>
1 parent b6ab889 commit d5c5eaf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==2.0.1
22
gunicorn==20.0.4; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
4-
google-cloud-vision==2.3.2
4+
google-cloud-vision==2.4.0
55
google-cloud-storage==1.38.0
66
google-cloud-datastore==2.1.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-vision==2.3.2
1+
google-cloud-vision==2.4.0
22
google-cloud-storage==1.38.0
33
Wand==0.6.6

functions/ocr/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-pubsub==2.6.1
22
google-cloud-storage==1.38.0
33
google-cloud-translate==3.2.1
4-
google-cloud-vision==2.3.2
4+
google-cloud-vision==2.4.0

run/image-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Flask==2.0.1
22
pytest==5.3.0; python_version > "3.0"
33
pytest==4.6.6; python_version < "3.0"
44
gunicorn==20.1.0
5-
google-cloud-vision==2.3.2
5+
google-cloud-vision==2.4.0
66
google-cloud-storage==1.38.0
77
Wand==0.6.6

0 commit comments

Comments
 (0)