diff --git a/requirements/testing.txt b/requirements/testing.txt index 5312ea4f235b7..902e489ad6b7b 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -133,7 +133,7 @@ sqlalchemy-bigquery==1.5.0 # via apache-superset statsd==3.3.0 # via -r requirements/testing.in -trino==0.319.0 +trino==0.324.0 # via apache-superset websocket-client==1.2.0 # via docker diff --git a/setup.py b/setup.py index 3215ed81c34a5..73dd342e98815 100644 --- a/setup.py +++ b/setup.py @@ -167,7 +167,7 @@ def get_git_sha() -> str: "pinot": ["pinotdb>=0.3.3, <0.4"], "postgres": ["psycopg2-binary==2.9.5"], "presto": ["pyhive[presto]>=0.6.5"], - "trino": ["trino>=0.319.0"], + "trino": ["trino>=0.324.0"], "prophet": ["prophet>=1.0.1, <1.1", "pystan<3.0"], "redshift": ["sqlalchemy-redshift>=0.8.1, < 0.9"], "rockset": ["rockset>=0.8.10, <0.9"],