Skip to content

Commit

Permalink
chore(deps): bump duckdb from 1.0.0 to 1.1.3
Browse files Browse the repository at this point in the history
Bumps [duckdb](https://github.com/duckdb/duckdb) from 1.0.0 to 1.1.3.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v1.0.0...v1.1.3)

---
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 Dec 19, 2024
1 parent 4b107c7 commit 728c555
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 50 deletions.
104 changes: 55 additions & 49 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 @@ -81,7 +81,7 @@ pytest = ">=7.3.1,<9.0.0"
pytest-asyncio = "^0.21.0"
pytest-textual-snapshot = { git = "https://github.com/tconbeer/pytest-textual-snapshot.git" }
# extension tests require consistent version of duckdb.
duckdb = "1.0.0"
duckdb = "1.1.3"

[tool.poetry.scripts]
harlequin = "harlequin.cli:harlequin"
Expand Down

0 comments on commit 728c555

Please sign in to comment.