Skip to content

Commit

Permalink
Update pytest-cov requirement from ^3.0.0 to >=3,<5
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.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v3.0.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 24, 2023
1 parent b44ca53 commit 2e44c26
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 @@ -31,7 +31,7 @@ asteval = "^0.9.27"
DFO-LS = {version = "^1.2", optional = true}
xarray = ">=0.16,<2023.2"
pytest = {version = "^7.0.0", optional = true}
pytest-cov = {version = "^3.0.0", optional = true}
pytest-cov = {version = ">=3,<5", optional = true}
codecov = {version = "^2.1.11", optional = true}
flake8 = {version = "^5.0", optional = true}
tox-gh-actions = {version = "^2.11", optional = true}
Expand Down

0 comments on commit 2e44c26

Please sign in to comment.