Skip to content

Commit d9b32e5

Browse files
authored
MAINT: Update pytest-cov requirement from <4.2,>=4.0.0 to >=4.0.0,<5.1 (#4412)
2 parents 10e267a + 530db98 commit d9b32e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tests = [
4747
"osmnx>=1.1.0,<1.10",
4848
"pandas>=1.1.0,<2.3",
4949
"pytest>=7.4.0,<8.2",
50-
"pytest-cov>=4.0.0,<4.2",
50+
"pytest-cov>=4.0.0,<5.1",
5151
"pytest-xdist>=3.5.0,<3.6",
5252
"pyedb>=0.4.0,<0.5; python_version == '3.7'",
5353
"pyedb>=0.5.0,<0.8; python_version > '3.7'",

0 commit comments

Comments
 (0)