From 8b99be518af771a5d2506b5d6a25461ce0bf5f29 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Wed, 27 Nov 2024 10:13:02 -0500 Subject: [PATCH] bump duck-db engine --- libs/community/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/pyproject.toml b/libs/community/pyproject.toml index d7772c429a7cb..56386e190a303 100644 --- a/libs/community/pyproject.toml +++ b/libs/community/pyproject.toml @@ -91,7 +91,7 @@ optional = true pytest = "^7.4.4" pytest-cov = "^4.1.0" pytest-dotenv = "^0.5.2" -duckdb-engine = "^0.11.0" +duckdb-engine = "^0.13.6" pytest-watcher = "^0.2.6" freezegun = "^1.2.2" responses = "^0.22.0"