Skip to content

Commit

Permalink
Chore(deps): Update duckdb requirement from <0.9 to <0.10
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@v0.1.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Oct 3, 2023
1 parent 54421b6 commit 247c5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tqdm>=4.60.0,<5",
# Filtering
f"pandas<2.1; {no_linux_on_arm}",
f"duckdb<0.9; {no_linux_on_arm}",
f"duckdb<0.10; {no_linux_on_arm}",
# Grafana
"requests>=2.26,<3",
"grafana-client>=3.9.1,<4",
Expand Down

0 comments on commit 247c5d5

Please sign in to comment.