From fb667d3d7e635c1b6c6ca13a1b40e8ae623e15a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:01:21 +0900 Subject: [PATCH] build(deps): bump cvxpy from 1.6.5 to 1.6.6 in /requirements (#1238) 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] 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 5f8bf524..98838b4f 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