Skip to content

Commit c202b02

Browse files
build: bump pytest-cov from 6.0.0 to 6.1.0 (#1880)
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]>
1 parent eede2c5 commit c202b02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/1880.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump pytest-cov from 6.0.0 to 6.1.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tests = [
7171
"protobuf==5.29.3",
7272
"pygltflib==1.16.3",
7373
"pytest==8.3.5",
74-
"pytest-cov==6.0.0",
74+
"pytest-cov==6.1.0",
7575
"pytest-pyvista==0.1.9",
7676
"pytest-xvfb==3.1.1",
7777
"pyvista[jupyter]==0.44.2",
@@ -83,7 +83,7 @@ tests = [
8383
]
8484
tests-minimal = [
8585
"pytest==8.3.5",
86-
"pytest-cov==6.0.0",
86+
"pytest-cov==6.1.0",
8787
"pytest-pyvista==0.1.9",
8888
"pytest-xvfb==3.1.1",
8989
]

0 commit comments

Comments
 (0)