From f9e6903891b434d7965f94104eb36ce5e11c9230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:51:13 +0000 Subject: [PATCH] chore(deps): update duckdb requirement from ~=1.0.0 to ~=1.1.1 Updates the requirements on [duckdb](https://github.com/duckdb/duckdb) to permit the latest version. - [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.0.0...v1.1.1) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a647b9e..1b12395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ classifiers = ["License :: OSI Approved :: MIT License"] keywords = ["snowflake", "snowflakedb", "fake", "local", "mock", "testing"] requires-python = ">=3.9" dependencies = [ - "duckdb~=1.0.0", + "duckdb~=1.1.1", "pyarrow", "snowflake-connector-python", "sqlglot~=25.24.1",