diff --git a/doc/changelog.d/182.dependencies.md b/doc/changelog.d/182.dependencies.md new file mode 100644 index 00000000..4a37c064 --- /dev/null +++ b/doc/changelog.d/182.dependencies.md @@ -0,0 +1 @@ +build(deps): bump pytest-cov from 5.0.0 to 6.0.0 in the test-dependencies group \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7082b243..76fcb663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ ] [project.optional-dependencies] -tests = ["pytest==8.3.3", "pytest-pyvista==0.1.9", "pytest-cov==5.0.0"] +tests = ["pytest==8.3.3", "pytest-pyvista==0.1.9", "pytest-cov==6.0.0"] doc = [ "ansys-sphinx-theme==1.2.0", "jupyter_sphinx==0.5.3",