From 5c408b5d80b53b6835d1d432f1669f06cfe7fce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 07:25:17 +0900 Subject: [PATCH] Bump matplotlib from 3.3.4 to 3.4.0 (#492) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.3.4 to 3.4.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.3.4...v3.4.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 5b6b9eff..5e8cef88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.20.1 scipy == 1.6.2 pandas == 1.2.2 -matplotlib == 3.3.4 +matplotlib == 3.4.0 cvxpy == 1.1.11