Skip to content

Commit a39468e

Browse files
Bump ray from 2.48.0 to 2.52.1 in /paimon-python/dev
Bumps [ray](https://github.com/ray-project/ray) from 2.48.0 to 2.52.1. - [Release notes](https://github.com/ray-project/ray/releases) - [Commits](ray-project/ray@ray-2.48.0...ray-2.52.1) --- updated-dependencies: - dependency-name: ray dependency-version: 2.52.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed22ca7 commit a39468e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

paimon-python/dev/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
duckdb==1.3.2
2222
flake8==4.0.1
2323
pytest~=7.0
24-
ray==2.48.0
24+
ray==2.52.1
2525
requests

paimon-python/dev/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ polars==1.8.0; python_version=="3.8"
3535
polars==1.32.0; python_version>"3.8"
3636
pyarrow==6.0.1; python_version < "3.8"
3737
pyarrow==16; python_version >= "3.8"
38-
ray==2.48.0
38+
ray==2.52.1
3939
readerwriterlock==1.0.9
4040
zstandard==0.19.0; python_version<"3.9"
4141
zstandard==0.24.0; python_version>="3.9"

0 commit comments

Comments
 (0)