From d6f856e6c987a272571200e6900182e94d1b8ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:06:13 +0000 Subject: [PATCH] Bump modin from 0.32.0 to 0.37.1 Bumps [modin](https://github.com/modin-project/modin) from 0.32.0 to 0.37.1. - [Release notes](https://github.com/modin-project/modin/releases) - [Changelog](https://github.com/modin-project/modin/blob/main/docs/release-procedure.md) - [Commits](https://github.com/modin-project/modin/compare/0.32.0...0.37.1) --- updated-dependencies: - dependency-name: modin dependency-version: 0.37.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 25 +++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 552f0a65..4d56459a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "advertools" @@ -617,7 +617,7 @@ files = [ {file = "cffi-1.17.1-cp39-cp39-win_amd64.whl", hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662"}, {file = "cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824"}, ] -markers = {main = "platform_python_implementation != \"PyPy\"", dev = "sys_platform == \"linux\" or sys_platform == \"darwin\" or platform_python_implementation == \"PyPy\" or implementation_name == \"pypy\""} +markers = {main = "platform_python_implementation != \"PyPy\"", dev = "sys_platform == \"linux\" or sys_platform == \"darwin\" or implementation_name == \"pypy\" or platform_python_implementation == \"PyPy\""} [package.dependencies] pycparser = "*" @@ -790,7 +790,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {dev = "sys_platform == \"win32\" or platform_system == \"Windows\" or os_name == \"nt\""} +markers = {dev = "platform_system == \"Windows\" or sys_platform == \"win32\" or os_name == \"nt\""} [[package]] name = "comm" @@ -2948,31 +2948,32 @@ files = [ [[package]] name = "modin" -version = "0.32.0" +version = "0.37.1" description = "Modin: Make your pandas code run faster by changing one line of code." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "modin-0.32.0-py3-none-any.whl", hash = "sha256:3f61e9ca286a1bea7296a6f70ce66f39c7fc7673c2b3e87ea34d6a499d1aebfa"}, - {file = "modin-0.32.0.tar.gz", hash = "sha256:9f68557add5e92617d006eb98bfd93d298e7d4d9932a0cd48a5e38ee4f30a134"}, + {file = "modin-0.37.1-py3-none-any.whl", hash = "sha256:afb96c4b1fc4953c6895f5376b49af765575ad6f4d948a7726055614777e7b90"}, + {file = "modin-0.37.1.tar.gz", hash = "sha256:40edbeafc2b8e07fda622b38475ec0b4d580cb8f0cdf9907f1c58c1d84b9a796"}, ] [package.dependencies] fsspec = ">=2022.11.0" numpy = ">=1.22.4" packaging = ">=21.0" -pandas = ">=2.2,<2.3" +pandas = ">=2.2,<2.4" psutil = ">=5.8.0" pyarrow = {version = ">=10.0.1", optional = true, markers = "extra == \"ray\""} -ray = {version = ">=2.1.0,<2.5.0 || >2.5.0", optional = true, markers = "extra == \"ray\""} +ray = {version = ">=2.10.0,<3", optional = true, markers = "extra == \"ray\""} +typing-extensions = "*" [package.extras] -all = ["dask (>=2.22.0)", "dataframe-api-compat (>=0.2.7)", "distributed (>=2.22.0)", "modin-spreadsheet (>=0.1.0)", "pyarrow (>=10.0.1)", "ray (>=2.1.0,!=2.5.0)"] +all = ["dask (>=2.22.0)", "dataframe-api-compat (>=0.2.7)", "distributed (>=2.22.0)", "modin-spreadsheet (>=0.1.0)", "pyarrow (>=10.0.1)", "ray (>=2.10.0,<3)"] consortium-standard = ["dataframe-api-compat (>=0.2.7)"] dask = ["dask (>=2.22.0)", "distributed (>=2.22.0)"] mpi = ["unidist[mpi] (>=0.2.1)"] -ray = ["pyarrow (>=10.0.1)", "ray (>=2.1.0,!=2.5.0)"] +ray = ["pyarrow (>=10.0.1)", "ray (>=2.10.0,<3)"] spreadsheet = ["modin-spreadsheet (>=0.1.0)"] [[package]] @@ -4186,7 +4187,7 @@ files = [ {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"}, {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"}, ] -markers = {main = "platform_python_implementation != \"PyPy\"", dev = "sys_platform == \"linux\" or sys_platform == \"darwin\" or platform_python_implementation == \"PyPy\" or implementation_name == \"pypy\""} +markers = {main = "platform_python_implementation != \"PyPy\"", dev = "sys_platform == \"linux\" or sys_platform == \"darwin\" or implementation_name == \"pypy\" or platform_python_implementation == \"PyPy\""} [[package]] name = "pydantic" @@ -6445,4 +6446,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<=3.13" -content-hash = "dffae9b1ca1a3b7a7669f6406e39f0311882e09118f4f08f345853f007c41cb5" +content-hash = "8714cc0267d20689bfcbe8304fba4459c06ab643583184d515c7ffcf88069fd5" diff --git a/pyproject.toml b/pyproject.toml index b145242b..3af6e31b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest-asyncio = "^0.23.5" swifter = "^1.4.0" tenacity = "^8.2.3" sentry-sdk = "^2.13.0" -modin = {extras = ["ray"], version = "^0.32.0"} +modin = {extras = ["ray"], version = "^0.37.1"} openpyxl = "^3.1.5" requests = "^2.32.3" thefuzz = "^0.22.1"