Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/640.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MAINT: Bump pytest-cov from 6.2.1 to 7.0.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests = [
"grpcio>=1.17, <1.68.0",
"protobuf==5.28.0",
"pytest==8.4.2",
"pytest-cov==6.2.1",
"pytest-cov==7.0.0",
]
doc = [
"ansys-sphinx-theme==1.6.1",
Expand Down
Loading