Skip to content

Commit

Permalink
build: bump pytest-cov from 5.0.0 to 6.0.0 (#1518)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Oct 31, 2024
1 parent d25808d commit 07b3f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/1518.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bump pytest-cov from 5.0.0 to 6.0.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
Expand Down

0 comments on commit 07b3f54

Please sign in to comment.