From 5a04df8765cccb04aeb35ff7bd0f0440b57e4160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 13:13:25 +0200 Subject: [PATCH] Bump scipy from 1.14.0 to 1.14.1 in /spark (#177) Bumps [scipy](https://github.com/scipy/scipy) from 1.14.0 to 1.14.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- spark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark/requirements.txt b/spark/requirements.txt index 52f8f6c..2593d23 100644 --- a/spark/requirements.txt +++ b/spark/requirements.txt @@ -3,5 +3,5 @@ spylon-kernel==0.4.1 pyiceberg[pyarrow,duckdb,pandas]==0.7.1 jupysql==0.10.5 matplotlib==3.9.2 -scipy==1.14.0 +scipy==1.14.1 duckdb-engine==0.13.1