From 57504aa04df4e114f9ad5d4d07989dedae9c9b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 11:04:58 +0000 Subject: [PATCH] fix(deps): update dependency trino to v0.339.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1952cc1..aed780bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ dependencies = [ "tldextract<6", "toolz<2", "tqdm<5", - "trino[sqlalchemy]==0.338.0", + "trino[sqlalchemy]==0.339.0", "typer<0.28", "urllib3<2.8", ]