Skip to content

Commit 0e7f3f4

Browse files
Bump matplotlib from 3.8.0 to 3.8.1 (#2474)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Camille <[email protected]>
1 parent 83abf69 commit 0e7f3f4

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
@@ -58,7 +58,7 @@ classifiers = [
5858
tests = [
5959
"ansys-dpf-core==0.10.0",
6060
"autopep8==2.0.4",
61-
"matplotlib==3.8.0",
61+
"matplotlib==3.8.1",
6262
"scipy==1.10.1; python_version < '3.9'", # to support python 3.8
6363
"scipy==1.11.3; python_version > '3.8'",
6464
"pandas==2.1.2",
@@ -81,7 +81,7 @@ doc = [
8181
"imageio==2.31.6",
8282
"jupyter_sphinx==0.4.0",
8383
"jupyterlab>=3.2.8",
84-
"matplotlib==3.8.0",
84+
"matplotlib==3.8.1",
8585
"numpydoc==1.6.0",
8686
"pandas==2.1.2",
8787
"plotly==5.18.0",

0 commit comments

Comments
 (0)