From add704866aa2df4fd7699875b6ec199dfa817f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 07:07:34 +0900 Subject: [PATCH] Bump matplotlib from 3.4.0 to 3.4.1 (#497) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.0...v3.4.1) 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 07ec77dd..b3610549 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.20.2 scipy == 1.6.2 pandas == 1.2.3 -matplotlib == 3.4.0 +matplotlib == 3.4.1 cvxpy == 1.1.11