From 8e395f6a386a817da05cad301605bcb1a7dcaac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:01:44 +0000 Subject: [PATCH] Bump cvxopt from 1.1.9 to 1.2.7 Bumps [cvxopt](http://cvxopt.org) from 1.1.9 to 1.2.7. --- updated-dependencies: - dependency-name: cvxopt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c13d02b..205ddce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ numpy==1.13.1 scipy==0.19.1 pandas==0.20.3 cvxpy==0.4.11 -cvxopt==1.1.9 +cvxopt==1.2.7 pytest==3.2.5