Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-vision to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 12, 2021
1 parent 6d9e108 commit ef0c114
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==2.0.1
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
google-cloud-vision==2.4.4
google-cloud-vision==2.5.0
google-cloud-storage==1.42.2
google-cloud-datastore==2.2.0
2 changes: 1 addition & 1 deletion functions/imagemagick/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-vision==2.4.4
google-cloud-vision==2.5.0
google-cloud-storage==1.42.2
Wand==0.6.7
2 changes: 1 addition & 1 deletion functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==2.8.0
google-cloud-storage==1.42.2
google-cloud-translate==3.4.1
google-cloud-vision==2.4.4
google-cloud-vision==2.5.0
2 changes: 1 addition & 1 deletion run/image-processing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Flask==2.0.1
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
gunicorn==20.1.0
google-cloud-vision==2.4.4
google-cloud-vision==2.5.0
google-cloud-storage==1.42.2
Wand==0.6.7

0 comments on commit ef0c114

Please sign in to comment.