phenodata icon indicating copy to clipboard operation
phenodata copied to clipboard

Update duckdb requirement from <0.8,>=0.3 to >=0.3,<0.10

Open dependabot[bot] opened this issue 9 months ago • 0 comments

Updates the requirements on duckdb to permit the latest version.

Release notes

Sourced from duckdb's releases.

0.9.0 Preview Release "Undulata"

This preview release of DuckDB is named "Undulata" after the aptly named Yellow-billed duck native to Africa.

Note: Again, this release introduces a backwards-incompatible change to the on-disk storage format. We suggest you use the EXPORT DATABASE command with the old version followed by IMPORT DATABASE with the new version to migrate your data. See the documentation for details.

What's Changed

... (truncated)

Commits
  • 946c60a Python: skip test depending on garbage collector behaviour
  • 4923736 Merge pull request #9074 from lnkuiper/close_json_file
  • 2548301 Fix use of os.environ dictionary in setup.py script
  • 31cc0ff don't close files if piped
  • 8c9a87f Skip sporadic failures
  • ad030db Merge pull request #9073 from Mause/unrequire-filesystem
  • c7a4ca8 filesystem module shouldn't be required
  • 995fd98 Here as well
  • 26a24c4 Set verbose flag in cibw.toml instead
  • 2e77e2e Merge pull request #9068 from Mytherin/adbcdrivermanagerpin
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Oct 01 '23 03:10 dependabot[bot]