Skip to content

Commit 3a8c2ee

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 2 updates
Bumps the production-dependencies group with 2 updates in the / directory: [deltalake](https://github.com/delta-io/delta-rs) and [modin](https://github.com/modin-project/modin). Updates `deltalake` from 0.21.0 to 0.23.2 - [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@rust-v0.21.0...python-v0.23.2) Updates `modin` from 0.31.0 to 0.32.0 - [Release notes](https://github.com/modin-project/modin/releases) - [Changelog](https://github.com/modin-project/modin/blob/main/docs/release-procedure.md) - [Commits](modin-project/modin@0.31.0...0.32.0) --- updated-dependencies: - dependency-name: deltalake dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: modin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fd1b3c commit 3a8c2ee

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jsonpath-ng = { version = "^1.5.3", optional = true }
6565
# Other
6666
openpyxl = { version = "^3.0.0", optional = true }
6767
progressbar2 = { version = "^4.0.0", optional = true }
68-
deltalake = { version = ">=0.18.0,<0.22.0", optional = true }
68+
deltalake = { version = ">=0.18.0,<0.24.0", optional = true }
6969
geopandas = [
7070
{ version = "^0.13.2", markers = "python_version < \"3.12\"", optional = true },
7171
{ version = "^0.14.1", markers = "python_version >= \"3.12\"", optional = true }
7272
]
7373

7474
# Distributed
75-
modin = { version = "^0.31.0", optional = true }
75+
modin = { version = ">=0.31,<0.33", optional = true }
7676
ray = { version = ">=2.30.0,<2.38.0", extras = ["default", "data"], optional = true }
7777

7878
[tool.poetry.extras]

0 commit comments

Comments
 (0)