Skip to content

Commit 2f2fb49

Browse files
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](modin-project/modin@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](pytest-dev/pytest-rerunfailures@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] <[email protected]>
1 parent c66e652 commit 2f2fb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ openpyxl = ["openpyxl>=3.0.0,<4"]
5858
progressbar = ["progressbar2>=4.0.0,<5"]
5959
deltalake = ["deltalake>=0.18.0,<1.2.0"]
6060
geopandas = ["geopandas>=1.0.0,<2"]
61-
modin = ["modin>=0.31,<0.35"]
61+
modin = ["modin>=0.31,<0.36"]
6262
ray = ["ray[default, data]>=2.45.0,<3"]
6363

6464
[project.urls]
@@ -81,7 +81,7 @@ dev = [
8181
"pyparsing>=3.2.1,<4",
8282
"pytest>=8.3.4,<9",
8383
"pytest-cov~=6.0",
84-
"pytest-rerunfailures~=15.0",
84+
"pytest-rerunfailures>=15,<17",
8585
"pytest-timeout>=2.3.1,<3",
8686
"pytest-xdist>=3.6.1,<4",
8787
"s3fs==0.4.2",

0 commit comments

Comments
 (0)