From 27a5ede61a7863df57db08b06b8b8cd22ec0a7bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:58:21 +0000 Subject: [PATCH] Bump matplotlib from 3.5.1 to 3.7.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.1 to 3.7.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.1...v3.7.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 307b7599..c82f0bb1 100644 --- a/setup.py +++ b/setup.py @@ -32,14 +32,14 @@ ], extras_require={ "dev": [ - "matplotlib==3.5.1", + "matplotlib==3.7.1", "pillow==9.2.0", "pyvoronoi==1.0.7", "shapely==1.8.2", ], "test": [ "ddt==1.6.0", - "matplotlib==3.5.1", + "matplotlib==3.7.1", "mock==4.0.3", "nose==1.3.7", "pillow==9.2.0",