From d5586bee20576af91126a3768e3bb0aac522faad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:15:39 +0000 Subject: [PATCH] Update duckdb requirement from >=0.8.1,<0.10.0 to >=0.8.1,<0.11.0 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/v0.8.1...v0.10.0) --- 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 73ffca9..aa5f14f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" [tool.poetry.dependencies] python = "^3.8.1" fastavro = "^1.7.3" -duckdb = ">=0.8.1,<0.10.0" +duckdb = ">=0.8.1,<0.11.0" arrow = "^1.2.3" cython = "^3.0.2" pyarrow = ">=13,<15"