From 7290d3c452a50232b6e939b32b8f107a0d4e5fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:17:00 -0700 Subject: [PATCH] chore(deps-dev): update pyathena requirement from <3,>=2 to >=2,<4 (#39830) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5db8478ec8..a38d29242b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ dependencies = [ [project.optional-dependencies] -athena = ["pyathena[pandas]>=2, <3"] +athena = ["pyathena[pandas]>=2, <4"] aurora-data-api = ["preset-sqlalchemy-aurora-data-api>=0.2.8,<0.3"] bigquery = [ "pandas-gbq>=0.19.1",