From d1651bc91bbf4bbd2c780a812e0d6a5823654ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:45:27 +0000 Subject: [PATCH] Bump pyspark from 2.4.5 to 3.3.2 Bumps [pyspark](https://github.com/apache/spark) from 2.4.5 to 3.3.2. - [Commits](https://github.com/apache/spark/compare/v2.4.5...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f787744..59681a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ wheel setuptools -pyspark==2.4.5 +pyspark==3.3.2 pytest databricks-cli \ No newline at end of file