From 83f1c611719d452fbf19b282767cbaf8c71cc612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:12:31 +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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cdccd66..0722089 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,6 @@ dependencies = [ [project.optional-dependencies] plotting = [ - "matplotlib==3.5.1", + "matplotlib==3.7.1", "pyvista==0.35.1" ]