File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Flask == 2.0.3
2
2
gunicorn == 20.1.0 ; python_version > '3.0'
3
3
gunicorn == 19.10.0 ; python_version < '3.0'
4
- google-cloud-vision == 3.0 .0
4
+ google-cloud-vision == 3.1 .0
5
5
google-cloud-storage == 2.0.0 ; python_version < '3.7'
6
6
google-cloud-storage == 2.1.0 ; python_version > '3.6'
7
7
google-cloud-datastore == 2.7.1
Original file line number Diff line number Diff line change 1
- google-cloud-vision == 3.0 .0
1
+ google-cloud-vision == 3.1 .0
2
2
google-cloud-storage == 2.0.0 ; python_version < '3.7'
3
3
google-cloud-storage == 2.1.0 ; python_version > '3.6'
4
4
Wand == 0.6.8
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ google-cloud-pubsub==2.9.0
2
2
google-cloud-storage == 2.0.0 ; python_version < '3.7'
3
3
google-cloud-storage == 2.1.0 ; python_version > '3.6'
4
4
google-cloud-translate == 3.8.0
5
- google-cloud-vision == 3.0 .0
5
+ google-cloud-vision == 3.1 .0
Original file line number Diff line number Diff line change 1
1
functions-framework == 3.1.0
2
- google-cloud-vision == 3.0 .0
2
+ google-cloud-vision == 3.1 .0
3
3
google-cloud-storage == 2.0.0 ; python_version < '3.7'
4
4
google-cloud-storage == 2.1.0 ; python_version > '3.6'
5
5
Wand == 0.6.8
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ pytest==7.0.1; python_version > "3.0"
3
3
# pin pytest to 4.6.11 for Python2.
4
4
pytest == 7.0.1 ; python_version < "3.0"
5
5
gunicorn == 20.1.0
6
- google-cloud-vision == 3.0 .0
6
+ google-cloud-vision == 3.1 .0
7
7
google-cloud-storage == 2.1.0
8
8
Wand == 0.6.8
You can’t perform that action at this time.
0 commit comments