diff --git a/doc/changelog.d/1190.miscellaneous.md b/doc/changelog.d/1190.miscellaneous.md new file mode 100644 index 0000000000..91a1e5ce23 --- /dev/null +++ b/doc/changelog.d/1190.miscellaneous.md @@ -0,0 +1 @@ +Build(deps-dev): bump the test-dependencies group across 1 directory with 2 updates diff --git a/pyproject.toml b/pyproject.toml index fd25bc173a..3751ee613d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,9 +38,9 @@ pygeometry = [ ] tests = [ "ansys-tools-visualization-interface==0.12.1", - "pytest==9.0.0", + "pytest==9.0.2", "pytest-cov==7.0.0", - "pytest-pyvista==0.3.1", + "pytest-pyvista==0.3.2", "pytest-xvfb==3.1.1", "pyvista[trame]==0.46.3", ]