From d09d3ae9c7c175b7da097f81a0ec4384f4de5d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 20:31:36 +0000 Subject: [PATCH] Bump pyspark from 3.5.5 to 4.0.0 in /fabric/fabric_dataops_sample Bumps [pyspark](https://github.com/apache/spark) from 3.5.5 to 4.0.0. - [Commits](https://github.com/apache/spark/compare/v3.5.5...v4.0.0) --- updated-dependencies: - dependency-name: pyspark dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- fabric/fabric_dataops_sample/libraries/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/fabric_dataops_sample/libraries/requirements.txt b/fabric/fabric_dataops_sample/libraries/requirements.txt index c0846b665..489629d4e 100644 --- a/fabric/fabric_dataops_sample/libraries/requirements.txt +++ b/fabric/fabric_dataops_sample/libraries/requirements.txt @@ -1,3 +1,3 @@ -pyspark==3.5.5 +pyspark==4.0.0 pytest==8.3.5 flake8==7.1.2