From da0e3898d1d80584037ad2e0b3a9e6972f9dff6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 06:24:46 +0000 Subject: [PATCH] Bump duckdb from 1.4.4 to 1.5.0 Bumps [duckdb](https://github.com/duckdb/duckdb-python) from 1.4.4 to 1.5.0. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.4.4...v1.5.0) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70343ba..dcca196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ datapatch==1.2.4 ; python_version >= "3.11" and python_version < "3.14" dateparser==1.3.0 ; python_version >= "3.11" and python_version < "3.14" deltalake==1.4.2 ; python_version >= "3.11" and python_version < "3.14" deprecated==1.3.1 ; python_version >= "3.11" and python_version < "3.14" -duckdb==1.4.4 ; python_version >= "3.11" and python_version < "3.14" +duckdb==1.5.0 ; python_version >= "3.11" and python_version < "3.14" et-xmlfile==2.0.0 ; python_version >= "3.11" and python_version < "3.14" fingerprints==1.3.1 ; python_version >= "3.11" and python_version < "3.14" followthemoney==4.6.0 ; python_version >= "3.11" and python_version < "3.14"