Skip to content

Commit 5a2147f

Browse files
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](delta-io/delta-rs@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](modin-project/modin@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](astral-sh/ruff@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](tox-dev/tox-uv@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] <[email protected]>
1 parent 41d76d1 commit 5a2147f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ opensearch = [
5353
]
5454
openpyxl = ["openpyxl>=3.0.0,<4"]
5555
progressbar = ["progressbar2>=4.0.0,<5"]
56-
deltalake = ["deltalake>=0.18.0,<1.2.0"]
56+
deltalake = ["deltalake>=0.18.0,<1.3.0"]
5757
geopandas = ["geopandas>=1.0.0,<2"]
58-
modin = ["modin>=0.31,<0.36"]
58+
modin = ["modin>=0.31,<0.38"]
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.15.0",
7676
"moto~=5.0",
7777
"openpyxl~=3.1",
7878
"pyparsing>=3.2.1,<4",
@@ -83,7 +83,7 @@ dev = [
8383
"pytest-xdist>=3.6.1,<4",
8484
"s3fs==0.4.2",
8585
"tox>=4.23.2,<5",
86-
"tox-uv==1.28.0",
86+
"tox-uv==1.28.1",
8787
"bump-my-version>=0.29,<1.3",
8888
"IPython>=8.18.1,<9",
8989
"jupyterlab~=4.3",

0 commit comments

Comments
 (0)