Skip to content

Commit 960d26b

Browse files
authored
chore(deps): update dependency google-cloud-vision to v2.7.1 (GoogleCloudPlatform#7563)
1 parent e26c04b commit 960d26b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==2.0.2
22
gunicorn==20.1.0; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
4-
google-cloud-vision==2.7.0
4+
google-cloud-vision==2.7.1
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.0
1+
google-cloud-vision==2.7.1
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.1
5-
google-cloud-vision==2.7.0
5+
google-cloud-vision==2.7.1

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.0
6+
google-cloud-vision==2.7.1
77
google-cloud-storage==2.1.0
88
Wand==0.6.7

0 commit comments

Comments
 (0)