From dc38871e679f17a457e7e2fffff0d69378f547e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:11:36 +0000 Subject: [PATCH] chore(deps): update scipy requirement from >=1.13 to >=1.18.0 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.0...v1.18.0) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eb096a..0fbb423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "scikit-learn>=1.5", "joblib>=1.4", "numpy>=1.26", - "scipy>=1.13", + "scipy>=1.18.0", "structlog>=24.1", "sentry-sdk>=2.0", "prometheus-fastapi-instrumentator>=7.0",