From 87f20b10b274705feda973970c160c95fe557e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:13:43 +0000 Subject: [PATCH] build(deps): bump scipy from 1.16.2 to 1.16.3 in /requirements Bumps [scipy](https://github.com/scipy/scipy) from 1.16.2 to 1.16.3. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.16.2...v1.16.3) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.16.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index bde51468ce..2f14b221d4 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ numpy == 2.3.4 -scipy == 1.16.2 +scipy == 1.16.3 matplotlib == 3.10.7 cvxpy == 1.7.3 ecos == 2.0.14