From 1662a3f306bfcbb4c9f7b1c2b8526620b34d2262 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:24:58 +0000 Subject: [PATCH] chore(deps): bump duckdb from 1.4.5 to 1.5.5 Bumps [duckdb](https://github.com/duckdb/duckdb-python) from 1.4.5 to 1.5.5. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](https://github.com/duckdb/duckdb-python/compare/v1.4.5...v1.5.5) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index c0dfd452b..1900c5b32 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -14,7 +14,7 @@ colorama==0.4.6 # via sqlfluff diff-cover==10.3.0 # via sqlfluff -duckdb==1.4.5 +duckdb==1.5.5 # via mimic_utils (pyproject.toml) exceptiongroup==1.3.1 # via pytest