Skip to content

Commit

Permalink
Update pytest-cov requirement from 3.0.0 to 4.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v3.0.0...v4.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
1 parent a836c0e commit 745c8af
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 @@ -37,7 +37,7 @@ jsonschema = "4.16.0"

[tool.poetry.group.dev.dependencies]
pytest = "7.1.2"
pytest-cov = "3.0.0"
pytest-cov = "4.0.0"
pytest-runner = "^6.0.0"
nbval = "^0.10.0"
requests-mock = "^1.10.0"
Expand Down

0 comments on commit 745c8af

Please sign in to comment.