diff --git a/doc/changelog.d/2151.dependencies.md b/doc/changelog.d/2151.dependencies.md new file mode 100644 index 0000000000..19438de776 --- /dev/null +++ b/doc/changelog.d/2151.dependencies.md @@ -0,0 +1 @@ +Bump matplotlib from 3.10.3 to 3.10.5 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e89dd9862a..9d5790ba66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "geomdl==5.4.0", "grpcio==1.71.0", "grpcio-health-checking==1.71.0", - "matplotlib==3.10.3", + "matplotlib==3.10.5", "numpy==2.2.6", "Pint==0.24.4", "protobuf==5.29.3", @@ -98,7 +98,7 @@ doc = [ "ipyvtklink==0.2.3", "jupyter_sphinx==0.5.3", "jupytext==1.17.2", - "matplotlib==3.10.3", + "matplotlib==3.10.5", "myst-parser==4.0.1", "nbconvert==7.16.6", "nbsphinx==0.9.6",