Skip to content

Commit

Permalink
Update pytest-cov requirement from ~=3.0 to >=3,<5 (#506)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2023
1 parent 17f9b5e commit 060e4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ testing = [
"numpy",
"pandas",
"pytest~=7.1",
"pytest-cov~=3.0",
"pytest-cov>=3,<5",
"pytest-regressions",
"pytest-param-files~=0.3.3",
"sympy>=1.10.1",
Expand Down

0 comments on commit 060e4cf

Please sign in to comment.