Skip to content

Commit 217b6e4

Browse files
dependabot[bot]pyansys-ci-botSMoraisAnsys
authored
BUILD(pip): update pytest-cov requirement from <6.1,>=4.0.0 to >=4.0.0,<6.2 (#6042)
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]> Co-authored-by: Sébastien Morais <[email protected]>
1 parent 5b8ca14 commit 217b6e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/changelog.d/6042.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update pytest-cov requirement from <6.1,>=4.0.0 to >=4.0.0,<6.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies = [
4949
[project.optional-dependencies]
5050
unit-tests = [
5151
"pytest>=7.4.0,<8.4",
52-
"pytest-cov>=4.0.0,<6.1",
52+
"pytest-cov>=4.0.0,<6.2",
5353
"mock>=5.1.0,<5.3",
5454
]
5555
integration-tests = [

0 commit comments

Comments
 (0)