diff --git a/doc/source/changelog/822.dependencies.md b/doc/source/changelog/822.dependencies.md new file mode 100644 index 0000000000..a280c134ed --- /dev/null +++ b/doc/source/changelog/822.dependencies.md @@ -0,0 +1 @@ +Bump matplotlib from 3.10.5 to 3.10.6 diff --git a/pyproject.toml b/pyproject.toml index dc815ce9f7..3e4c74ae1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ doc = [ "sphinx-jinja==2.0.2", "sphinx-copybutton==0.5.2", "pandas==2.3.2", - "matplotlib==3.10.5", + "matplotlib==3.10.6", "plotly==6.3.0", "sphinxcontrib-jquery==4.1", "sphinxcontrib-mermaid==1.0.0",