Skip to content

Commit 0981679

Browse files
chore(deps): bump the production-dependencies group with 2 updates
Updates the requirements on [modin](https://github.com/modin-project/modin) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `modin` to 0.36.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.36.0) Updates `ruff` to 0.13.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.9.2...0.13.0) --- updated-dependencies: - dependency-name: modin dependency-version: 0.36.0 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e936e84 commit 0981679

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
@@ -55,7 +55,7 @@ openpyxl = ["openpyxl>=3.0.0,<4"]
5555
progressbar = ["progressbar2>=4.0.0,<5"]
5656
deltalake = ["deltalake>=0.18.0,<1.2.0"]
5757
geopandas = ["geopandas>=1.0.0,<2"]
58-
modin = ["modin>=0.31,<0.36"]
58+
modin = ["modin>=0.31,<0.37"]
5959
ray = ["ray[default, data]>=2.49.0,<3"]
6060

6161
[project.urls]
@@ -72,7 +72,7 @@ dev = [
7272
"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",
7373
"doc8~=1.1",
7474
"mypy~=1.14",
75-
"ruff>=0.9.2,<0.13.0",
75+
"ruff>=0.9.2,<0.14.0",
7676
"moto~=5.0",
7777
"openpyxl~=3.1",
7878
"pyparsing>=3.2.1,<4",

0 commit comments

Comments
 (0)