From ab63bce650e08e8c9c86f35577f30bcc62072bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:20:11 +0000 Subject: [PATCH] Bump cvxpy from 1.4.2 to 1.4.3 in /requirements Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: cvxpy 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 1d2072b0..b86c0d0d 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ numpy == 1.26.3 scipy == 1.12.0 matplotlib == 3.8.2 -cvxpy == 1.4.2 +cvxpy == 1.4.3 pytest == 8.0.0 # For unit test pytest-xdist == 3.5.0 # For unit test mypy == 1.8.0 # For unit test