From 44d97cbed229c2bc160163d13ea73b980f5da871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jan 2022 00:05:09 +0000 Subject: [PATCH] Bump cvxopt from 1.2.3 to 1.2.7 Bumps [cvxopt](http://cvxopt.org) from 1.2.3 to 1.2.7. --- updated-dependencies: - dependency-name: cvxopt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 94fc6b1..ca4c548 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] cloudpickle = "==1.2.2" -cvxopt = "==1.2.3" +cvxopt = "==1.2.7" Cycler = "==0.10.0" future = "==0.18.0" gym = "==0.15.3"