From e3fbd41f5b0243ffb872ae07edf514b08f6f187f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 05:31:17 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20build:=20bump=20deltalake=20from?= =?UTF-8?q?=201.0.1=20to=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [deltalake](https://github.com/delta-io/delta-rs) from 1.0.1 to 1.0.2. - [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/python-v1.0.1...python-v1.0.2) --- updated-dependencies: - dependency-name: deltalake dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 334e670..d22397f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ aws = [ "boto3==1.38.27", ] deltalake = [ - "deltalake==1.0.1", + "deltalake==1.0.2", ] duckdb = [ "duckdb==1.2.2",