From c336f80c540fd45491804fc81519076d2e416bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:36:38 +0000 Subject: [PATCH] chore(deps): bump scipy from 1.17.0 to 1.17.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.17.0 to 1.17.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python-sdk/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sdk/requirements-ml.txt b/python-sdk/requirements-ml.txt index 510019a6..b25c817f 100644 --- a/python-sdk/requirements-ml.txt +++ b/python-sdk/requirements-ml.txt @@ -24,7 +24,7 @@ openai==1.7.1 numpy==2.4.2 pandas==2.1.4 scikit-learn>=1.5.0 # Updated to fix CVE (sensitive data leakage) -scipy==1.17.0 +scipy==1.17.1 # Model Training and Evaluation tensorboard==2.15.1