From 2b2e4ee50e57cb83f7823c65b8fb8c49632a0678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:44:40 +0000 Subject: [PATCH] Bump pyspark from 2.3.2 to 3.3.2 in /examples/python-spark Bumps [pyspark](https://github.com/apache/spark) from 2.3.2 to 3.3.2. - [Commits](https://github.com/apache/spark/compare/v2.3.2...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python-spark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python-spark/requirements.txt b/examples/python-spark/requirements.txt index ef08159..75d3bb5 100644 --- a/examples/python-spark/requirements.txt +++ b/examples/python-spark/requirements.txt @@ -1 +1 @@ -pyspark==2.3.2 +pyspark==3.3.2