From 247c5d5792ba5b446185f9de3fc29b5b269e8844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:41:49 +0000 Subject: [PATCH] Chore(deps): Update duckdb requirement from <0.9 to <0.10 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.1.0...v0.9.0) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d10c1e7..d6307ee 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "tqdm>=4.60.0,<5", # Filtering f"pandas<2.1; {no_linux_on_arm}", - f"duckdb<0.9; {no_linux_on_arm}", + f"duckdb<0.10; {no_linux_on_arm}", # Grafana "requests>=2.26,<3", "grafana-client>=3.9.1,<4",