diff --git a/doc/source/changelog/21.dependencies.md b/doc/source/changelog/21.dependencies.md new file mode 100644 index 0000000..1aecb8c --- /dev/null +++ b/doc/source/changelog/21.dependencies.md @@ -0,0 +1 @@ +Bump the pip-deps group with 3 updates diff --git a/pyproject.toml b/pyproject.toml index 4aa88c6..87d0235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,14 +39,14 @@ tests = [ "pytest-cov==7.0.0", ] doc = [ - "ansys-sphinx-theme[autoapi]==1.4.2", - "numpydoc==1.8.0", + "ansys-sphinx-theme[autoapi]==1.6.3", + "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx-copybutton==0.5.2", "sphinx_design==0.6.1", ] examples = [ - "matplotlib==3.10.0", + "matplotlib==3.10.7", ] [tool.flit.module]