diff --git a/doc/changelog.d/4344.dependencies.md b/doc/changelog.d/4344.dependencies.md new file mode 100644 index 00000000000..884840f80d1 --- /dev/null +++ b/doc/changelog.d/4344.dependencies.md @@ -0,0 +1 @@ +Bump the testing group with 2 updates diff --git a/pyproject.toml b/pyproject.toml index 22f035e876f..56f9f595d77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,12 +73,12 @@ tests = [ "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1", - "pytest-pyvista==0.3.1", + "pytest-pyvista==0.3.2", "pytest-random-order==1.2.0", "pytest-reportlog==1.0.0", "pytest-rerunfailures==16.1", "pytest-timeout==2.4.0", - "pytest==9.0.1", + "pytest==9.0.2", "scipy==1.15.3", "vtk==9.5.2", ]