diff --git a/requirements/base.txt b/requirements/base.txt index 3b871a688d93e..09b81ec61a49d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -141,7 +141,9 @@ geographiclib==1.52 geopy==2.2.0 # via apache-superset greenlet==2.0.2 - # via shillelagh + # via + # shillelagh + # sqlalchemy gunicorn==21.2.0 # via apache-superset hashids==1.3.1 diff --git a/requirements/development.txt b/requirements/development.txt index ca80cd60ede93..58dd97a75329c 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -82,10 +82,6 @@ ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 # via stack-data -pure-sasl==0.6.2 - # via - # pyhive - # thrift-sasl pyasn1==0.5.0 # via # pyasn1-modules @@ -115,12 +111,7 @@ tableschema==1.20.2 tabulator==1.53.5 # via tableschema thrift==0.16.0 - # via - # apache-superset - # pyhive - # thrift-sasl -thrift-sasl==0.4.3 - # via pyhive + # via apache-superset tomli==2.0.1 # via pylint tomlkit==0.11.8 diff --git a/requirements/testing.txt b/requirements/testing.txt index e044f3ffab5af..382e3bee4b8ee 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -145,7 +145,7 @@ tqdm==4.65.0 # via # cmdstanpy # prophet -trino==0.324.0 +trino==0.328.0 # via apache-superset tzlocal==4.3 # via trino diff --git a/setup.py b/setup.py index baf0e8d6c2f1b..cb6be9ec12edb 100644 --- a/setup.py +++ b/setup.py @@ -191,7 +191,7 @@ def get_git_sha() -> str: "playwright": ["playwright>=1.37.0, <2"], "postgres": ["psycopg2-binary==2.9.6"], "presto": ["pyhive[presto]>=0.6.5"], - "trino": ["trino>=0.324.0"], + "trino": ["trino>=0.328.0"], "prophet": ["prophet>=1.1.5, <2"], "redshift": ["sqlalchemy-redshift>=0.8.1, <0.9"], "rockset": ["rockset-sqlalchemy>=0.0.1, <1"],