diff --git a/doc/changelog.d/3312.dependencies.md b/doc/changelog.d/3312.dependencies.md new file mode 100644 index 0000000000..c8655e832b --- /dev/null +++ b/doc/changelog.d/3312.dependencies.md @@ -0,0 +1 @@ +build: bump pytest from 8.2.2 to 8.3.2 in the testing group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index da0e619fa5..693fd92018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ tests = [ "pytest-memprof<0.3.0", "pytest-pyvista==0.1.9", "pytest-rerunfailures==14.0", - "pytest==8.2.2", + "pytest==8.3.2", "scipy==1.14.0", "vtk==9.3.1", ]