From 02cb3ad556c999fba9f793c9b995486aa0fed830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 07:14:13 +0900 Subject: [PATCH] Bump matplotlib from 3.4.1 to 3.4.2 (#509) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.1...v3.4.2) 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 0e1d0dfe..2c05e5ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy == 1.20.2 scipy == 1.6.3 pandas == 1.2.4 -matplotlib == 3.4.1 +matplotlib == 3.4.2 cvxpy == 1.1.12