From 6c208c30ca01601f397cf3f86b9662db22d59e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 08:25:37 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 3 updates Updates the requirements on [modin](https://github.com/modin-project/modin), [ruff](https://github.com/astral-sh/ruff) and [tox-uv](https://github.com/tox-dev/tox-uv) to permit the latest version. Updates `modin` 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.31.0...0.37.1) Updates `ruff` to 0.14.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.2...0.14.0) Updates `tox-uv` from 1.28.0 to 1.28.1 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](https://github.com/tox-dev/tox-uv/compare/1.28.0...1.28.1) --- updated-dependencies: - dependency-name: modin dependency-version: 0.37.1 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: ruff dependency-version: 0.14.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: tox-uv dependency-version: 1.28.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c5495951..99115a129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ openpyxl = ["openpyxl>=3.0.0,<4"] progressbar = ["progressbar2>=4.0.0,<5"] deltalake = ["deltalake>=0.18.0,<1.2.0"] geopandas = ["geopandas>=1.0.0,<2"] -modin = ["modin>=0.31,<0.36"] +modin = ["modin>=0.31,<0.38"] ray = ["ray[default, data]>=2.49.0,<3"] [project.urls] @@ -72,7 +72,7 @@ dev = [ "boto3-stubs[athena, cleanrooms, chime, cloudwatch, dynamodb, ec2, emr, emr-serverless, glue, kms, logs, neptune, opensearch, opensearchserverless, quicksight, rds, rds-data, redshift, redshift-data, s3, secretsmanager, ssm, sts, timestream-query, timestream-write]>=1.36.2,<2", "doc8~=1.1", "mypy~=1.14", - "ruff>=0.9.2,<0.13.0", + "ruff>=0.9.2,<0.15.0", "moto~=5.0", "openpyxl~=3.1", "pyparsing>=3.2.1,<4", @@ -83,7 +83,7 @@ dev = [ "pytest-xdist>=3.6.1,<4", "s3fs==0.4.2", "tox>=4.23.2,<5", - "tox-uv==1.28.0", + "tox-uv==1.28.1", "bump-my-version>=0.29,<1.3", "IPython>=8.18.1,<9", "jupyterlab~=4.3",