This is an automated email from the ASF dual-hosted git repository.
beto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 3c17dac Upgrade gsheetsdb (#6609)
3c17dac is described below
commit 3c17dac35a169afafe0ae3fbfd74618eacb4e642
Author: Beto Dealmeida <[email protected]>
AuthorDate: Mon Jan 7 22:48:33 2019 -0800
Upgrade gsheetsdb (#6609)
---
requirements.txt | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/requirements.txt b/requirements.txt
index 7bef543..7c7d2f1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -38,7 +38,7 @@ flower==0.9.2
future==0.16.0 # via pyhive
geopy==1.11.0
google-auth==1.6.1 # via gsheetsdb
-gsheetsdb==0.1.8
+gsheetsdb==0.1.9
gunicorn==19.8.0
humanize==0.5.1
idna==2.6
diff --git a/setup.py b/setup.py
index c0f2b20..32f77f2 100644
--- a/setup.py
+++ b/setup.py
@@ -67,7 +67,7 @@ setup(
'flask-wtf',
'flower', # deprecated
'geopy',
- 'gsheetsdb>=0.1.8',
+ 'gsheetsdb>=0.1.9',
'gunicorn', # deprecated
'humanize',
'idna',