From 0ef4c33fb4b2348de3ecd26cfe9e28964804442b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 20:02:15 +0000 Subject: [PATCH] build(deps): bump cvxpy from 1.5.3 to 1.6.2 in /requirements Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.5.3 to 1.6.2. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.5.3...v1.6.2) --- updated-dependencies: - dependency-name: cvxpy 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 47db4245fd..264ba8c27f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.2.1 scipy == 1.14.1 matplotlib == 3.10.0 -cvxpy == 1.5.3 +cvxpy == 1.6.2 pytest == 8.3.4 # For unit test pytest-xdist == 3.6.1 # For unit test mypy == 1.14.0 # For unit test