From 808aa0fc4032500982ba2e4111d533ccfc1bc65f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 07:16:33 +0900 Subject: [PATCH] Bump matplotlib from 3.2.2 to 3.3.0 (#366) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.2.2...v3.3.0) 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 775486ef..217a23e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.19.0 scipy == 1.5.1 pandas == 1.0.5 -matplotlib == 3.2.2 +matplotlib == 3.3.0 cvxpy == 1.1.1