Skip to content

Commit 77ce39a

Browse files
chore(deps): update duckdb requirement from >=1.1.3 to >=1.5.2
Updates the requirements on [duckdb](https://github.com/duckdb/duckdb-python) to permit the latest version. - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.3.0...v1.5.2) --- updated-dependencies: - dependency-name: duckdb dependency-version: 1.5.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e17a969 commit 77ce39a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Project description"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"duckdb>=1.1.3",
8+
"duckdb>=1.5.2",
99
"great-tables>=0.15.0",
1010
"ipykernel>=6.29.5",
1111
"jupyter>=1.1.1",

0 commit comments

Comments
 (0)