Skip to content

Commit b38779c

Browse files
pip(deps): Bump deltalake from 0.8.1 to 0.9.0 (#2272)
Bumps [deltalake](https://github.com/delta-io/delta-rs) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/delta-io/delta-rs/releases) - [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md) - [Commits](delta-io/delta-rs@python-v0.8.1...rust-v0.9.0) --- updated-dependencies: - dependency-name: deltalake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leon Luttenberger <[email protected]>
1 parent f7aeb2b commit b38779c

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

poetry.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jsonpath-ng = { version = "^1.5.3", optional = true }
5555
# Other
5656
openpyxl = { version = "^3.0.0", optional = true }
5757
progressbar2 = { version = "^4.0.0", optional = true }
58-
deltalake = { version = ">=0.6.4,<0.9.0", optional = true }
58+
deltalake = { version = ">=0.6.4,<0.10.0", optional = true }
5959

6060
# Distributed
6161
modin = { version = "^0.20.1", optional = true }

0 commit comments

Comments
 (0)