8000 chore(deps): update dependency google-cloud-vision to v3.1.0 (#8246) · mhenc/python-docs-samples@caf4a5d · GitHub
[go: up one dir, main page]

Skip to content

Commit caf4a5d

Browse files
chore(deps): update dependency google-cloud-vision to v3.1.0 (GoogleCloudPlatform#8246)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent ef517da commit caf4a5d

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==3.0.0
4+
google-cloud-vision==3.1.0
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.7.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-vision==3.0.0
1+
google-cloud-vision==3.1.0
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.8

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.8.0
5-
google-cloud-vision==3.0.0
5+
google-cloud-vision==3.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
functions-framework==3.1.0
2-
google-cloud-vision==3.0.0
2+
google-cloud-vision==3.1.0
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.8

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==3.0.0
6+
google-cloud-vision==3.1.0
77
google-cloud-storage==2.1.0
88
Wand==0.6.8

0 commit comments

Comments
 (0)
0