From 07b3f54235b37cc99c4832f56c402178bcb18a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:45:54 +0100 Subject: [PATCH] build: bump pytest-cov from 5.0.0 to 6.0.0 (#1518) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/1518.dependencies.md | 1 + pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/1518.dependencies.md diff --git a/doc/changelog.d/1518.dependencies.md b/doc/changelog.d/1518.dependencies.md new file mode 100644 index 0000000000..d9c1967aa0 --- /dev/null +++ b/doc/changelog.d/1518.dependencies.md @@ -0,0 +1 @@ +bump pytest-cov from 5.0.0 to 6.0.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5a3ef3c75f..b164e444f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ tests = [ "Pint==0.24.3", "protobuf==5.28.3", "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", "pytest-xvfb==3.0.0", "pyvista[jupyter]==0.44.1", @@ -70,7 +70,7 @@ tests = [ ] tests-minimal = [ "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-pyvista==0.1.9", "pytest-xvfb==3.0.0", ]