Skip to content

Commit 88a0802

Browse files
authored
chore(deps): update dependency google-cloud-vision to v2.7.3 (GoogleCloudPlatform#8048)
1 parent ed063af commit 88a0802

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==2.0.3
22
gunicorn==20.1.0; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
4-
google-cloud-vision==2.7.2
4+
google-cloud-vision==2.7.3
55
google-cloud-storage==2.0.0; python_version < '3.7'
66
google-cloud-storage==2.1.0; python_version > '3.6'
77
google-cloud-datastore==2.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-vision==2.7.2
1+
google-cloud-vision==2.7.3
22
google-cloud-storage==2.0.0; python_version < '3.7'
33
google-cloud-storage==2.1.0; python_version > '3.6'
44
Wand==0.6.7

functions/ocr/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-cloud-pubsub==2.9.0
22
google-cloud-storage==2.0.0; python_version < '3.7'
33
google-cloud-storage==2.1.0; python_version > '3.6'
44
google-cloud-translate==3.7.3
5-
google-cloud-vision==2.7.2
5+
google-cloud-vision==2.7.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
functions-framework==3.0.0
2-
google-cloud-vision==2.7.2
2+
google-cloud-vision==2.7.3
33
google-cloud-storage==2.0.0; python_version < '3.7'
44
google-cloud-storage==2.1.0; python_version > '3.6'
55
Wand==0.6.7

run/image-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pytest==7.0.1; python_version > "3.0"
33
# pin pytest to 4.6.11 for Python2.
44
pytest==7.0.1; python_version < "3.0"
55
gunicorn==20.1.0
6-
google-cloud-vision==2.7.2
6+
google-cloud-vision==2.7.3
77
google-cloud-storage==2.1.0
88
Wand==0.6.7

0 commit comments

Comments
 (0)