Skip to content

Commit

Permalink
chore(deps): update duckdb requirement from ~=1.1.3 to ~=1.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [duckdb](https://github.com/duckdb/duckdb) to permit the latest version.
- [Release notes](https://github.com/duckdb/duckdb/releases)
- [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py)
- [Commits](duckdb/duckdb@v1.1.3...v1.2.0)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 14, 2025
1 parent 9ae1b93 commit d97f62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
keywords = ["snowflake", "snowflakedb", "fake", "local", "mock", "testing"]
requires-python = ">=3.9"
dependencies = [
"duckdb~=1.1.3",
"duckdb~=1.2.0",
"pyarrow",
"snowflake-connector-python",
"sqlglot~=26.3.9",
Expand Down

0 comments on commit d97f62f

Please sign in to comment.