From fc14e7d4f474531ae7eca6600c389748bc447cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 08:30:21 +0000 Subject: [PATCH] build(deps): bump cvxpy from 1.6.5 to 1.6.6 in /requirements Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.6.5 to 1.6.6. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.6.5...v1.6.6) --- updated-dependencies: - dependency-name: cvxpy dependency-version: 1.6.6 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 5f8bf52415..98838b4f68 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.5 +cvxpy == 1.6.6 ecos == 2.0.14 pytest == 8.4.0 # For unit test pytest-xdist == 3.7.0 # For unit test