Skip to content

Commit

Permalink
Build(deps-dev): Update pytest-cov requirement from ~=3.0 to >=3,<5 (#…
Browse files Browse the repository at this point in the history
…632)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2022
1 parent 628f7f2 commit f241bfe
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 @@ -74,7 +74,7 @@ test = [
"coverage",
"myst-nb~=0.13.2",
"pytest~=7.1",
"pytest-cov~=3.0",
"pytest-cov>=3,<5",
"pytest-regressions~=2.0.1",
"sphinx_thebe"
]
Expand Down

0 comments on commit f241bfe

Please sign in to comment.