From 78078858677fbe7a1919d874942b20eb0d2ae6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:08:34 +0000 Subject: [PATCH] chore(deps): update pyspark requirement Updates the requirements on [pyspark](https://github.com/apache/spark) to permit the latest version. - [Commits](https://github.com/apache/spark/compare/v3.5.5...v4.0.1) --- updated-dependencies: - dependency-name: pyspark dependency-version: 4.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20979468..07c0f879 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ databricks = [ "soda-core-spark[databricks]>=3.3.20,<3.6.0", "databricks-sql-connector>=3.7.0,<4.1.0", "databricks-sdk<0.64.0", - "pyspark>=3.5.5,<4.0.0", + "pyspark>=3.5.5,<5.0.0", ] iceberg = [ @@ -71,7 +71,7 @@ iceberg = [ kafka = [ "datacontract-cli[avro]", "soda-core-spark-df>=3.3.20,<3.6.0", - "pyspark>=3.5.5,<4.0.0", + "pyspark>=3.5.5,<5.0.0", ] postgres = [