From 5141273dfb00a547fe0c6ef3e47829b120295e99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:47:29 +0000 Subject: [PATCH] chore(deps): update pyspark requirement from >=4.1.1 to >=4.1.2 Updates the requirements on [pyspark](https://github.com/apache/spark) to permit the latest version. - [Commits](https://github.com/apache/spark/compare/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: pyspark dependency-version: 4.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f21c527..7d2e2f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" requires-python = ">=3.11" dependencies = [ "databricks-sdk>=0.109.0", - "pyspark[pipelines]>=4.1.1", + "pyspark[pipelines]>=4.1.2", "databricks-bundles>=0.299.2", ]