From 7edb49c3d23a1b84238751693f953685b8568f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:31:51 +0000 Subject: [PATCH] Bump duckdb from 1.1.1 to 1.1.2 Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.1.1 to 1.1.2. - [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.1.1...v1.1.2) --- updated-dependencies: - dependency-name: duckdb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0b4c678a..3122a1ead 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "dash[testing]==2.18.1", "dash_bootstrap_components==1.6.0", "dateparser==1.2.0", - "duckdb==1.1.1", + "duckdb==1.1.2", "enforce_typing", "eth-account==0.11.0", "eth-keys==0.5.1",