Skip to content

Commit

Permalink
MAINT: Update pytest-cov requirement from <4.2,>=4.0.0 to >=4.0.0,<5.1
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@v4.0.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 244d74a commit abcd3d3
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 @@ -47,7 +47,7 @@ tests = [
"osmnx>=1.1.0,<1.10",
"pandas>=1.1.0,<2.3",
"pytest>=7.4.0,<8.2",
"pytest-cov>=4.0.0,<4.2",
"pytest-cov>=4.0.0,<5.1",
"pytest-xdist>=3.5.0,<3.6",
"pyedb>=0.4.0,<0.5; python_version == '3.7'",
"pyedb>=0.5.0,<0.6; python_version > '3.7'",
Expand Down

0 comments on commit abcd3d3

Please sign in to comment.