From c73199692ab28fab66574bf7cce22d533dafd00e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:48:36 +0200 Subject: [PATCH] Bump duckdb from 0.10.2 to 0.10.3 (#227) Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.10.2 to 0.10.3. - [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/v0.10.2...v0.10.3) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b59e98f1..377e1086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ # remove setuptools when https://github.com/sodadata/soda-core/issues/2091 is resolved "setuptools>=60", "snowflake-connector-python[pandas]>=3.6,<3.11", - "duckdb==0.10.2", + "duckdb==0.10.3", "fastjsonschema~=2.19.1", "python-dotenv~=1.0.0", "s3fs==2024.5.0",