From dbd55918d4cedba84c40def8ed64661754639427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 01:21:45 +0000 Subject: [PATCH] Bump matplotlib from 3.4.3 to 3.5.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.4.3 to 3.5.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.3...v3.5.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c0cb752..532cba9 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -matplotlib==3.4.3 +matplotlib==3.5.0 art==5.3 vulture>=1.0 bandit>=1.5.1