From 8207813c32b259218ef12b8792ce5d4a74be566f Mon Sep 17 00:00:00 2001 From: John Bodley <4567245+john-bodley@users.noreply.github.com> Date: Tue, 16 May 2023 06:54:46 -0700 Subject: [PATCH] chore(trino): Bump Trino version to address an IANA time zone issue (#24069) (cherry picked from commit 58e1bcde9e1643cb4f2b3855a586305e75e23f84) --- requirements/testing.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"],