From 5a2147fa451a6e57f2625b89b67c1caf305fee64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 14:03:38 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 4 updates Updates the requirements on [deltalake](https://github.com/delta-io/delta-rs), [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 `deltalake` to 1.2.0 - [Release notes](https://github.com/delta-io/delta-rs/releases) - [Changelog](https://github.com/delta-io/delta-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/delta-io/delta-rs/compare/rust-v0.18.0...python-v1.2.0) 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: deltalake dependency-version: 1.2.0 dependency-type: direct:production dependency-group: production-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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18befb8ef..eee55ccf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,9 +53,9 @@ opensearch = [ ] openpyxl = ["openpyxl>=3.0.0,<4"] progressbar = ["progressbar2>=4.0.0,<5"] -deltalake = ["deltalake>=0.18.0,<1.2.0"] +deltalake = ["deltalake>=0.18.0,<1.3.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",