From 2f2fb490f98c47d414b6289b2b46a7642fde320b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:36:12 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group across 1 directory with 2 updates Updates the requirements on [modin](https://github.com/modin-project/modin) and [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) to permit the latest version. Updates `modin` to 0.35.0 - [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.35.0) Updates `pytest-rerunfailures` to 16.0 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/15.0...16.0) --- updated-dependencies: - dependency-name: modin dependency-version: 0.35.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: pytest-rerunfailures dependency-version: '16.0' dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f7daba298..fffa945ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,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.35"] +modin = ["modin>=0.31,<0.36"] ray = ["ray[default, data]>=2.45.0,<3"] [project.urls] @@ -81,7 +81,7 @@ dev = [ "pyparsing>=3.2.1,<4", "pytest>=8.3.4,<9", "pytest-cov~=6.0", - "pytest-rerunfailures~=15.0", + "pytest-rerunfailures>=15,<17", "pytest-timeout>=2.3.1,<3", "pytest-xdist>=3.6.1,<4", "s3fs==0.4.2",