From e07ee6c7643e8b2d207c001fae11f7dcfcb375d3 Mon Sep 17 00:00:00 2001 From: AAfghahi <48933336+AAfghahi@users.noreply.github.com> Date: Tue, 31 May 2022 13:10:25 -0400 Subject: [PATCH] chore: bumping min version of shillelagh (#20196) * bumping min version of shillelagh * ran pip-compile-multi --- requirements/development.txt | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 4702c4b6c..1b9322782 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -18,6 +18,8 @@ cached-property==1.5.2 # via tableschema certifi==2021.10.8 # via requests +chardet==4.0.0 + # via tabulator et-xmlfile==1.1.0 # via openpyxl flask-cors==3.0.10 diff --git a/setup.py b/setup.py index b76c49a5d..4d1fd3ab4 100644 --- a/setup.py +++ b/setup.py @@ -140,7 +140,7 @@ setup( "excel": ["xlrd>=1.2.0, <1.3"], "firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"], "firebolt": ["firebolt-sqlalchemy>=0.0.1"], - "gsheets": ["shillelagh[gsheetsapi]>=1.0.11, <2"], + "gsheets": ["shillelagh[gsheetsapi]>=1.0.14, <2"], "hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"], "hive": ["pyhive[hive]>=0.6.1", "tableschema", "thrift>=0.11.0, <1.0.0"], "impala": ["impyla>0.16.2, <0.17"],