From 204a101bac323937f2379dfc3a546636cefa3b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 02:58:42 +0000 Subject: [PATCH] deps: bump duckdb from 0.10.3 to 1.5.1 Bumps [duckdb](https://github.com/duckdb/duckdb-python) from 0.10.3 to 1.5.1. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/commits/v1.5.1) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fd522a4..57fb7e3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ psycopg2-binary==2.9.11 python-dateutil==2.9.0.post0 pandas==2.3.3 pyarrow==16.1.0 -duckdb==0.10.3 +duckdb==1.5.1 boto3==1.42.79 h3==3.7.7 redis==5.3.1