diff --git a/doc/changelog.d/3603.dependencies.md b/doc/changelog.d/3603.dependencies.md new file mode 100644 index 0000000000..0bd643879e --- /dev/null +++ b/doc/changelog.d/3603.dependencies.md @@ -0,0 +1 @@ +build: bump pytest from 8.3.3 to 8.3.4 in the testing group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index adb4399bc5..138a93a08a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ tests = [ "pytest-pyvista==0.1.9", "pytest-random-order==1.1.1", "pytest-rerunfailures==15.0", - "pytest==8.3.3", + "pytest==8.3.4", "scipy==1.14.1", "vtk==9.3.1", ]