From 8141cbea0644f66e6dc700fa47f4fb50f6df9a54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 14:59:33 +0000 Subject: [PATCH] build(deps-dev): bump pyspark from 3.5.1 to 3.5.2 Bumps [pyspark](https://github.com/apache/spark) from 3.5.1 to 3.5.2. - [Commits](https://github.com/apache/spark/compare/v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: pyspark dependency-version: 3.5.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 c4db72d..6252a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ orchestrator_multimno = "multimno.orchestrator_multimno:main" # Optional dependencies [project.optional-dependencies] spark = [ - "pyspark==3.5.1", + "pyspark==3.5.2", "grpcio>=1.48,<1.57", "grpcio-status>=1.48,<1.57", "googleapis-common-protos==1.56.4",