From b34dc017f6da093a6e09f7281864bc03f71faae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:00:21 +0000 Subject: [PATCH] chore(deps): bump pyspark from 3.1.2 to 3.4.1 in /uk-climate-analysis Bumps [pyspark](https://github.com/apache/spark) from 3.1.2 to 3.4.1. - [Commits](https://github.com/apache/spark/compare/v3.1.2...v3.4.1) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- uk-climate-analysis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uk-climate-analysis/requirements.txt b/uk-climate-analysis/requirements.txt index 5e8cf24..08b5182 100644 --- a/uk-climate-analysis/requirements.txt +++ b/uk-climate-analysis/requirements.txt @@ -3,4 +3,4 @@ pandas==1.2.4 statsmodels==0.12.2 sklearn==0.0 matplotlib==3.4.2 -pyspark==3.1.2 \ No newline at end of file +pyspark==3.4.1 \ No newline at end of file