From 586ebf83795be5b5a2bbc7de785035f6ebd8275a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:28:10 +0000 Subject: [PATCH] Bump pyspark from 3.5.1 to 3.5.4 in /lib/python Bumps [pyspark](https://github.com/apache/spark) from 3.5.1 to 3.5.4. - [Commits](https://github.com/apache/spark/compare/v3.5.1...v3.5.4) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/python/requirements/package.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/requirements/package.txt b/lib/python/requirements/package.txt index 15af9fa8a4..01d9c83838 100644 --- a/lib/python/requirements/package.txt +++ b/lib/python/requirements/package.txt @@ -1,2 +1,2 @@ -pyspark==3.5.1 +pyspark==3.5.4 deprecated==1.2.14