From 7e8fbfb635fd7fd8beabbd7fe8f6c876af471201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:57:43 +0900 Subject: [PATCH] build(deps): bump cvxpy from 1.6.6 to 1.7.1 in /requirements (#1253) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.6.6 to 1.7.1. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.6.6...v1.7.1) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 39519f93..6ca0bf96 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.2.4 scipy == 1.15.2 matplotlib == 3.10.1 -cvxpy == 1.6.6 +cvxpy == 1.7.1 ecos == 2.0.14 pytest == 8.4.1 # For unit test pytest-xdist == 3.8.0 # For unit test