From 4b482320cd1475166e90ccd9cd4fffd0bd122ebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 18:46:01 +0000 Subject: [PATCH] build(deps): bump pyspark in /predict-taxi-trip-duration Bumps [pyspark](https://github.com/apache/spark) from 3.0.0 to 3.3.2. - [Commits](https://github.com/apache/spark/compare/v3.0.0...v3.3.2) --- updated-dependencies: - dependency-name: pyspark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- predict-taxi-trip-duration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/predict-taxi-trip-duration/requirements.txt b/predict-taxi-trip-duration/requirements.txt index b913c48..27768ed 100644 --- a/predict-taxi-trip-duration/requirements.txt +++ b/predict-taxi-trip-duration/requirements.txt @@ -1,4 +1,4 @@ -pyspark==3.0.0 +pyspark==3.3.2 numpy pandas lightgbm