From 74ca49b813dd5665c01a134dec3272a149d2e087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 07:21:43 +0900 Subject: [PATCH] Bump cvxpy from 1.1.13 to 1.1.14 (#533) Bumps [cvxpy](https://github.com/cvxgrp/cvxpy) from 1.1.13 to 1.1.14. - [Release notes](https://github.com/cvxgrp/cvxpy/releases) - [Changelog](https://github.com/cvxpy/cvxpy/blob/master/CHANGELOG.md) - [Commits](https://github.com/cvxgrp/cvxpy/compare/v1.1.13...v1.1.14) --- 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5f4ad92..4cc16fa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy == 1.21.1 scipy == 1.7.0 pandas == 1.3.1 matplotlib == 3.4.2 -cvxpy == 1.1.13 +cvxpy == 1.1.14