Skip to content

Commit 23882fa

Browse files
Bump matplotlib from 3.6.2 to 3.6.3 (#97)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.6.2...v3.6.3) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65d064d commit 23882fa

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.1",
38-
"matplotlib==3.6.2",
38+
"matplotlib==3.6.3",
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.2",
52+
"matplotlib==3.6.3",
5353
"imageio==2.25.0",
5454
"imageio-ffmpeg==0.4.8",
5555
"pyvista==0.38.1",

0 commit comments

Comments
 (0)