From e6c6814f7bd8865940f31354a84b18ebd659db87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:24:41 +0900 Subject: [PATCH] Bump cvxpy from 1.5.2 to 1.5.3 in /requirements (#1062) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.5.2...v1.5.3) --- 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 1bcbf1ac..bc09cdb5 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 2.0.1 scipy == 1.14.0 matplotlib == 3.9.1.post1 -cvxpy == 1.5.2 +cvxpy == 1.5.3 pytest == 8.3.2 # For unit test pytest-xdist == 3.6.1 # For unit test mypy == 1.11.0 # For unit test