From 75f3e4d56cb68ae0d6c1b2fc61e7f265cb2005d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:27:21 +0900 Subject: [PATCH] Bump cvxpy from 1.5.1 to 1.5.2 in /requirements (#1035) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: cvxpy 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 3b51f388..7cf9cfb7 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 1.26.4 scipy == 1.13.1 matplotlib == 3.9.0 -cvxpy == 1.5.1 +cvxpy == 1.5.2 pytest == 8.2.2 # For unit test pytest-xdist == 3.6.1 # For unit test mypy == 1.10.0 # For unit test