Skip to content

Commit aa287ca

Browse files
chore(deps): bump the production-dependencies group across 1 directory with 4 updates
Bumps the production-dependencies group with 4 updates in the / directory: [typing-extensions](https://github.com/python/typing_extensions), [packaging](https://github.com/pypa/packaging), [setuptools](https://github.com/pypa/setuptools) 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 `packaging` from 24.2 to 25.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...25.0) Updates `setuptools` from 78.1.0 to 79.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v78.1.0...v79.0.0) 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: packaging dependency-version: '25.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: setuptools dependency-version: 79.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 aa287ca

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

poetry.lock

Lines changed: 35 additions & 35 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
@@ -41,7 +41,7 @@ pyarrow = [
4141
{ version = ">=18.0.0,<19.0.0", markers = "python_version >= \"3.13\"" }
4242
]
4343
typing-extensions = "^4.4.0"
44-
packaging = ">=21.1,<25.0"
44+
packaging = ">=21.1,<26.0"
4545

4646
# needed because Py 3.12 removed distutils, which some libraries still need
4747
setuptools = {version = "*", markers = "python_version >= \"3.12\""}
@@ -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)