diff --git a/doc/changelog.d/2211.dependencies.md b/doc/changelog.d/2211.dependencies.md new file mode 100644 index 0000000000..a280c134ed --- /dev/null +++ b/doc/changelog.d/2211.dependencies.md @@ -0,0 +1 @@ +Bump matplotlib from 3.10.5 to 3.10.6 diff --git a/pyproject.toml b/pyproject.toml index a3b97b4e2d..6b71bd2db8 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.5", + "matplotlib==3.10.6", "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.3", - "matplotlib==3.10.5", + "matplotlib==3.10.6", "myst-parser==4.0.1", "nbconvert==7.16.6", "nbsphinx==0.9.6",