From e1685e0041063c4cfc6b5d04b303f88bc8971c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 07:02:58 +0000 Subject: [PATCH] chore(deps-dev): update pyathena requirement from <3,>=2 to >=2,<4 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/v2.0.0...v3.30.1) --- updated-dependencies: - dependency-name: pyathena dependency-version: 3.30.1 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 c3b23e63922..0bd66d00c18 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",