Skip to content

Commit

Permalink
Bump duckdb from 0.8.1 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [duckdb](https://github.com/duckdb/duckdb) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v0.8.1...v0.9.1)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent bc165e4 commit 0a8f471
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 56 deletions.
97 changes: 42 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python = "^3.11"
requests = "^2.31.0"
typer = { extras = ["all"], version = "^0.9.0" }
pygithub = "^1.59.1"
duckdb = "^0.8.1"
duckdb = "^0.9.1"
tqdm = "^4.65.2"
more-itertools = "^10.1.0"
prql-python = "^0.9.5"
Expand Down

0 comments on commit 0a8f471

Please sign in to comment.