Skip to content

Commit 60f5868

Browse files
build: bump pytest-cov from 6.1.1 to 6.2.1 (#2052)
Signed-off-by: dependabot[bot] <support@github.com> 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>
1 parent c3f1753 commit 60f5868

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/2052.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.1.1 to 6.2.1

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tests = [
7070
"protobuf==5.29.3",
7171
"pygltflib==1.16.4",
7272
"pytest==8.4.0",
73-
"pytest-cov==6.1.1",
73+
"pytest-cov==6.2.1",
7474
"pytest-pyvista==0.1.9",
7575
"pyvista[jupyter]==0.45.2",
7676
"requests==2.32.4",
@@ -81,7 +81,7 @@ tests = [
8181
]
8282
tests-minimal = [
8383
"pytest==8.4.0",
84-
"pytest-cov==6.1.1",
84+
"pytest-cov==6.2.1",
8585
"pytest-pyvista==0.1.9",
8686
]
8787
doc = [

0 commit comments

Comments
 (0)