From 45cdbe19c5f3cdb8bd78c6feb8517e6efee28cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:48:13 +0000 Subject: [PATCH] Bump pyspark from 2.4.3 to 3.4.4 in /drybell Bumps [pyspark](https://github.com/apache/spark) from 2.4.3 to 3.4.4. - [Commits](https://github.com/apache/spark/compare/v2.4.3...v3.4.4) --- updated-dependencies: - dependency-name: pyspark dependency-version: 3.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- drybell/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drybell/requirements.txt b/drybell/requirements.txt index c18c4d28..0d534692 100644 --- a/drybell/requirements.txt +++ b/drybell/requirements.txt @@ -1,4 +1,4 @@ dask[complete]>=2.1.0,<3.0.0 pyarrow>=0.14.1,<0.15.0 -pyspark==2.4.3 +pyspark==3.4.4 spacy>=2.1.0,<3.0.0 \ No newline at end of file