From b287f677d4efe104f47c765c03910777c2e7bba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:17:49 +0000 Subject: [PATCH] chore(deps-dev): 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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ab0ecf..d434e30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [] dev = [ "databricks-sdk>=0.109.0", "databricks-bundles>=0.299.2", - "pyspark[pipelines]>=4.1.1", + "pyspark[pipelines]>=4.1.2", "pandas>=3.0.3", "pytest>=9.0.3", "ruff>=0.15.15",