diff --git a/doc/changelog.d/349.miscellaneous.md b/doc/changelog.d/349.miscellaneous.md new file mode 100644 index 00000000..7cb3551f --- /dev/null +++ b/doc/changelog.d/349.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump pytest-cov from 6.3.0 to 7.0.0 in the test-dependencies group diff --git a/pyproject.toml b/pyproject.toml index a9aa35bb..8e2e7988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "pytest==8.4.2", "pyvista==0.46.3", "pytest-pyvista==0.2.0", - "pytest-cov==6.3.0", + "pytest-cov==7.0.0", "pyside6==6.9.2", ]