From a9d20654b7bbef6fb102cc9bfeb62e0205153daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:44:54 +0000 Subject: [PATCH] deps: bump duckdb from 1.5.3 to 1.5.4 Bumps [duckdb](https://github.com/duckdb/duckdb-python) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2c71cd9..0dbc66f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ uvicorn[standard]==0.49.0 python-dateutil==2.9.0.post0 pandas==3.0.3 pyarrow==23.0.1 -duckdb==1.5.3 +duckdb==1.5.4 h3==3.7.7 python-dotenv==1.2.2 httpx==0.28.1