diff --git a/doc/changelog.d/4328.dependencies.md b/doc/changelog.d/4328.dependencies.md new file mode 100644 index 0000000000..0520b80891 --- /dev/null +++ b/doc/changelog.d/4328.dependencies.md @@ -0,0 +1 @@ +Bump the testing group with 3 updates diff --git a/pyproject.toml b/pyproject.toml index 9842ad48fa..e79676fea0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,17 +68,17 @@ tests = [ "autopep8==2.3.2", "matplotlib==3.10.7", "pandas==2.3.3", - "pyansys-tools-report==0.8.3", + "pyansys-tools-report==0.9.0", "pyfakefs==5.10.0", "pyiges[full]==0.3.2", "pytest-cov==7.0.0", "pytest-profiling==1.8.1", "pytest-pyvista==0.3.1", "pytest-random-order==1.2.0", - "pytest-reportlog==0.4.0", + "pytest-reportlog==1.0.0", "pytest-rerunfailures==16.1", "pytest-timeout==2.4.0", - "pytest==8.4.2", + "pytest==9.0.1", "scipy==1.15.3", "vtk==9.4.2", ]