diff --git a/doc/changelog.d/330.miscellaneous.md b/doc/changelog.d/330.miscellaneous.md new file mode 100644 index 00000000..b41ad9ef --- /dev/null +++ b/doc/changelog.d/330.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump pyvista from 0.45.3 to 0.46.0 in the pyvista group diff --git a/pyproject.toml b/pyproject.toml index 968a174f..f32ccd60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,14 +37,14 @@ pyvistaqt = [ ] tests = [ "pytest==8.4.1", - "pyvista==0.45.3", + "pyvista==0.46.0", "pytest-pyvista==0.2.0", "pytest-cov==6.2.1", "pyside6==6.9.1", ] doc = [ - "pyvista==0.45.3", + "pyvista==0.46.0", "ansys-sphinx-theme==1.5.3", "jupyter_sphinx==0.5.3", "jupytext==1.17.2",