diff --git a/doc/changelog.d/323.miscellaneous.md b/doc/changelog.d/323.miscellaneous.md new file mode 100644 index 00000000..1b2013a9 --- /dev/null +++ b/doc/changelog.d/323.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump pytest-pyvista from 0.1.9 to 0.2.0 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 179718c1..97d6dba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pyvistaqt = [ tests = [ "pytest==8.4.1", "pyvista==0.45.2", - "pytest-pyvista==0.1.9", + "pytest-pyvista==0.2.0", "pytest-cov==6.2.1", "pyside6==6.9.1", ]