From d3d753392621597849f5798d51d5356c0591c34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 06:39:32 +0000 Subject: [PATCH] chore(deps): update duckdb-engine requirement Updates the requirements on [duckdb-engine](https://github.com/Mause/duckdb_engine) to permit the latest version. - [Release notes](https://github.com/Mause/duckdb_engine/releases) - [Changelog](https://github.com/Mause/duckdb_engine/blob/main/CHANGELOG.md) - [Commits](https://github.com/Mause/duckdb_engine/compare/v0.13.1...v0.17.0) --- updated-dependencies: - dependency-name: duckdb-engine 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 8875b2c..a21d128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "jupytext>=1.16.4,<2", "jupysql>=0.10.12,<0.12", "duckdb>=1.0.0,<2", - "duckdb-engine>=0.13.1,<0.16", + "duckdb-engine>=0.13.1,<0.18", "stata-setup>=0.1.3,<0.2", "seaborn>=0.13.2,<0.14", "ibis-framework>=9.3.0,<11",