Skip to content

Commit efd2e89

Browse files
Bump matplotlib from 3.6.3 to 3.7.0 (#103)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.3 to 3.7.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.6.3...v3.7.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ff2d1b commit efd2e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
[project.optional-dependencies]
3636
tests = [
3737
"pyvista==0.38.2",
38-
"matplotlib==3.6.3",
38+
"matplotlib==3.7.0",
3939
"numpy==1.24.2",
4040
"pytest==7.2.1",
4141
"pytest-cov==4.0.0",
@@ -49,7 +49,7 @@ tests = [
4949
]
5050
doc = [
5151
"recommonmark==0.7.1",
52-
"matplotlib==3.6.3",
52+
"matplotlib==3.7.0",
5353
"imageio==2.25.1",
5454
"imageio-ffmpeg==0.4.8",
5555
"pyvista==0.38.2",

0 commit comments

Comments
 (0)