Skip to content

Commit

Permalink
chore: bump duckdb-engine from 0.13.2 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [duckdb-engine](https://github.com/Mause/duckdb_engine) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/Mause/duckdb_engine/releases)
- [Changelog](https://github.com/Mause/duckdb_engine/blob/main/CHANGELOG.md)
- [Commits](Mause/duckdb_engine@v0.13.2...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent ea5bd01 commit 53c5c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -25,7 +25,7 @@ version = "0.12.1"
[tool.poetry.dependencies]
python = "^3.10"

duckdb-engine = ">=0.7,<0.14"
duckdb-engine = ">=0.7,<0.15"
jupysql = ">=0.10"
pandas = ">=1.5"
polars = { version = ">= 0.20.23", optional = true }
Expand Down

0 comments on commit 53c5c08

Please sign in to comment.