From 80e5be6f1648976347c39b034fbee3f840331d9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:50:38 +0000 Subject: [PATCH] Update duckdb requirement from ==1.4.* to ==1.5.* Updates the requirements on [duckdb](https://github.com/duckdb/duckdb-python) to permit the latest version. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2a6e676e4..2a2a1304f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -33,7 +33,7 @@ pymysql psycopg2-binary pg8000 polars -duckdb==1.4.* +duckdb==1.5.* duckdb-engine sqlalchemy-cockroachdb sqlalchemy-bigquery