Skip to content

Commit e8789a5

Browse files
chore(deps): bump the production-dependencies group with 2 updates
Bumps the production-dependencies group with 2 updates: [typing-extensions](https://github.com/python/typing_extensions) and [ray](https://github.com/ray-project/ray). Updates `typing-extensions` from 4.13.1 to 4.13.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.13.1...4.13.2) Updates `ray` from 2.37.0 to 2.38.0 - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.37.0...ray-2.38.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: ray dependency-version: 2.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba78c72 commit e8789a5

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

poetry.lock

Lines changed: 29 additions & 29 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
@@ -73,7 +73,7 @@ geopandas = { version = "^1.0.0", optional = true }
7373

7474
# Distributed
7575
modin = { version = ">=0.31,<0.33", optional = true }
76-
ray = { version = ">=2.30.0,<2.38.0", extras = ["default", "data"], optional = true }
76+
ray = { version = ">=2.30.0,<2.39.0", extras = ["default", "data"], optional = true }
7777

7878
[tool.poetry.extras]
7979
redshift = ["redshift-connector"]

0 commit comments

Comments
 (0)