From 673e98df562ffdea69a54d5dcaace722a540b810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 10:42:37 +0000 Subject: [PATCH] chore(deps): bump duckdb from 1.4.1 to 1.4.2 Bumps [duckdb](https://github.com/duckdb/duckdb-python) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Changelog](https://github.com/duckdb/duckdb-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 20c0854..787dba3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ streamlit==1.50.0 altair==5.5.0 # Database and Data Processing -duckdb==1.4.1 +duckdb==1.4.2 pandas==2.3.2 numpy==2.3.3 xarray==2025.9.0