Skip to content

Commit

Permalink
chore(deps): update duckdb requirement from ~=1.0.0 to ~=1.1.1
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.0.0...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 5, 2024
1 parent 8e7c343 commit f9e6903
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.0.0",
"duckdb~=1.1.1",
"pyarrow",
"snowflake-connector-python",
"sqlglot~=25.24.1",
Expand Down

0 comments on commit f9e6903

Please sign in to comment.