diff --git a/doc/changelog.d/564.miscellaneous.md b/doc/changelog.d/564.miscellaneous.md new file mode 100644 index 00000000..cd09575a --- /dev/null +++ b/doc/changelog.d/564.miscellaneous.md @@ -0,0 +1 @@ +Maint: bump pyvista[jupyter,trame] from 0.45.2 to 0.46.3 diff --git a/pyproject.toml b/pyproject.toml index 4627b851..9e673fc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ doc = [ "numpydoc==1.9.0", "pypandoc==1.15", "pytest-sphinx==0.6.3", - "pyvista[jupyter,trame]==0.45.2", + "pyvista[jupyter,trame]==0.46.3", "scipy==1.15.3", "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==3.0.1",