diff --git a/doc/changelog.d/1176.miscellaneous.md b/doc/changelog.d/1176.miscellaneous.md new file mode 100644 index 0000000000..10a360980f --- /dev/null +++ b/doc/changelog.d/1176.miscellaneous.md @@ -0,0 +1 @@ +Build(deps-dev): bump the pyvista group with 2 updates diff --git a/pyproject.toml b/pyproject.toml index d61c31f708..9f46ed3a98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ tests = [ "pytest-cov==7.0.0", "pytest-pyvista==0.3.1", "pytest-xvfb==3.1.1", - "pyvista[trame]==0.46.3", + "pyvista[trame]==0.46.4", ] doc = [ "ansys-sphinx-theme[autoapi]==1.6.3", @@ -52,7 +52,7 @@ doc = [ "numpydoc==1.9.0", "sphinx==8.2.3", "sphinx_design==0.6.1", - "pyvista==0.46.3", + "pyvista==0.46.4", "sphinx-autodoc-typehints==3.1.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.19.0",