From adce9470fd4853918bbbaddedb6d1bb175e0b102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 19:45:00 +0000 Subject: [PATCH] chore(deps-dev): update pyathena requirement Updates the requirements on [pyathena](https://github.com/pyathena-dev/PyAthena) to permit the latest version. - [Release notes](https://github.com/pyathena-dev/PyAthena/releases) - [Commits](https://github.com/pyathena-dev/PyAthena/compare/v3.35.2...v3.35.3) --- updated-dependencies: - dependency-name: pyathena dependency-version: 3.35.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 394fd2429524..ed63d76dee4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ dependencies = [ [project.optional-dependencies] -athena = ["pyathena[pandas]>=3.35.2, <4"] +athena = ["pyathena[pandas]>=3.35.3, <4"] # No SQLAlchemy 2.0 support anywhere in this dialect's ecosystem today: our # own preset-io/sqlalchemy-aurora-data-api fork is dead since 2021, and the # more active community fork (cloud-utils/sqlalchemy-aurora-data-api) has an