From 3b5d45dfbc53461e6fc8ea022da6983ff6dcb59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:34:52 +0000 Subject: [PATCH] chore(deps): bump scipy from 1.17.1 to 1.18.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.17.1 to 1.18.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 0e6c579..6e24088 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -5,7 +5,7 @@ matplotlib==3.11.0 PyYAML==6.0.3 lightgbm==4.6.0 scikit-learn==1.9.0 -scipy==1.17.1 +scipy==1.18.0 joblib==1.5.3 google-cloud-storage==3.12.0 google-cloud-firestore==2.27.0 diff --git a/requirements.txt b/requirements.txt index bfe33ed..10a5742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib>=3.11.0 PyYAML>=6.0 lightgbm>=4.3 scikit-learn>=1.9.0 -scipy>=1.11 +scipy>=1.18.0 joblib>=1.3 google-cloud-storage>=3.12.0 google-cloud-firestore>=2.16