From 26ed1ab631a4dc77bbdf861b951fc3a25bd57756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 07:54:03 +0900 Subject: [PATCH] Bump cvxpy from 1.1.15 to 1.1.17 (#560) Bumps [cvxpy](https://github.com/cvxpy/cvxpy) from 1.1.15 to 1.1.17. - [Release notes](https://github.com/cvxpy/cvxpy/releases) - [Changelog](https://github.com/cvxpy/cvxpy/blob/master/CHANGELOG.md) - [Commits](https://github.com/cvxpy/cvxpy/compare/v1.1.15...v1.1.17) --- 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 0157212e..f9af4fd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ numpy == 1.21.4 scipy == 1.7.1 pandas == 1.3.4 matplotlib == 3.4.3 -cvxpy == 1.1.15 +cvxpy == 1.1.17