diff --git a/doc/changelog.d/305.miscellaneous.md b/doc/changelog.d/305.miscellaneous.md new file mode 100644 index 00000000..4db8155b --- /dev/null +++ b/doc/changelog.d/305.miscellaneous.md @@ -0,0 +1 @@ +Build(deps): bump pytest-cov from 6.1.1 to 6.2.1 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3c798130..c1a01754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ tests = [ "pytest==8.4.0", "pyvista==0.45.2", "pytest-pyvista==0.1.9", - "pytest-cov==6.1.1", + "pytest-cov==6.2.1", "pyside6==6.9.1", ]