From a42a7cfc517031f14594cccb16a2579e6216c2e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:40:34 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20duckdb=20from=20?= =?UTF-8?q?1.2.2=20to=201.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.2.2 to 1.3.2. - [Release notes](https://github.com/duckdb/duckdb/releases) - [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py) - [Commits](https://github.com/duckdb/duckdb/compare/v1.2.2...v1.3.2) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 334e670..fcb95e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ deltalake = [ "deltalake==1.0.1", ] duckdb = [ - "duckdb==1.2.2", + "duckdb==1.3.2", ] restapi = [ "requests==2.32.3",