diff --git a/doc/changelog.d/4264.dependencies.md b/doc/changelog.d/4264.dependencies.md new file mode 100644 index 0000000000..fc46f4aeaa --- /dev/null +++ b/doc/changelog.d/4264.dependencies.md @@ -0,0 +1 @@ +Bump pytest-pyvista from 0.2.0 to 0.3.1 in the testing group diff --git a/pyproject.toml b/pyproject.toml index fc92e7197c..44cae1a71c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ tests = [ "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1", - "pytest-pyvista==0.2.0", + "pytest-pyvista==0.3.1", "pytest-random-order==1.2.0", "pytest-reportlog==0.4.0", "pytest-rerunfailures==16.0.1",