From 1b4a04f07b8a5635c79a3864911064ca7c556b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:02:00 +0000 Subject: [PATCH] build(deps): bump cvxpy from 1.7.2 to 1.7.3 in /requirements Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.7.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 673f1ec179..0a326d3b6e 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.7.2 +cvxpy == 1.7.3 ecos == 2.0.14 pytest == 8.4.2 # For unit test pytest-xdist == 3.8.0 # For unit test