From 3d361a466cc0b4472a53bcf96cf1cf3e17465d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 18:14:45 +0330 Subject: [PATCH] Bump matplotlib from 3.5.3 to 3.6.0 (#152) Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4f8ffee..b83d68a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -matplotlib==3.5.3 +matplotlib==3.6.0 art==5.7 vulture>=1.0 bandit>=1.5.1