From 49470f2dbcb3e0d6dcd1242f54cd453907d9d3d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:03:08 +0000 Subject: [PATCH] build(deps): bump cvxpy from 1.8.1 to 1.9.2 in /requirements Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.8.1 to 1.9.2. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.8.1...v1.9.2) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 1b6274f635..1cbbda5579 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.3.5 scipy == 1.17.1 matplotlib == 3.11.0 -cvxpy == 1.8.1 +cvxpy == 1.9.2 ecos == 2.0.14 pytest == 9.1.0 # For unit test pytest-xdist == 3.8.0 # For unit test