Skip to content

Commit a149036

Browse files
authored
chore(deps): update dependency google-cloud-vision to v2.4.2 (GoogleCloudPlatform#6498)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-vision](https://togithub.com/googleapis/python-vision) | `==2.4.1` -> `==2.4.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-vision/2.4.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-vision/2.4.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-vision/2.4.2/compatibility-slim/2.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-vision/2.4.2/confidence-slim/2.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
googleapis/python-vision ### [`v2.4.2`](https://togithub.com/googleapis/python-vision/blob/master/CHANGELOG.md#​242-httpswwwgithubcomgoogleapispython-visioncomparev241v242-2021-07-29) [Compare Source](https://togithub.com/googleapis/python-vision/compare/v2.4.1...v2.4.2)
--- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 7e82f23 commit a149036

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.4.1
4+
google-cloud-vision==2.4.2
55
google-cloud-storage==1.41.0
66
google-cloud-datastore==2.1.6
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-vision==2.4.1
1+
google-cloud-vision==2.4.2
22
google-cloud-storage==1.41.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.7.0
22
google-cloud-storage==1.41.0
33
google-cloud-translate==3.3.2
4-
google-cloud-vision==2.4.1
4+
google-cloud-vision==2.4.2

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.4.1
5+
google-cloud-vision==2.4.2
66
google-cloud-storage==1.41.0
77
Wand==0.6.6

0 commit comments

Comments
 (0)