Skip to content

Commit

Permalink
build(deps-dev): bump matplotlib from 3.8.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.0...v3.8.1)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent 9eb721b commit a7a5f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
[project.optional-dependencies]
tests = [
"pyvista==0.42.3",
"matplotlib==3.8.0",
"matplotlib==3.8.1",
"numpy==1.26.1",
"pytest==7.4.3",
"pytest-cov==4.1.0",
Expand All @@ -46,7 +46,7 @@ tests = [
]
doc = [
"recommonmark==0.7.1",
"matplotlib==3.8.0",
"matplotlib==3.8.1",
"imageio==2.31.6",
"imageio-ffmpeg==0.4.9",
"pyvista==0.42.3",
Expand Down

0 comments on commit a7a5f2c

Please sign in to comment.