Skip to content

Commit

Permalink
Merge pull request #166 from scott-wilson/dependabot/pip/bindings/pyt…
Browse files Browse the repository at this point in the history
…hon/pytest-cov-approx-eq-5.0

build(deps-dev): Update pytest-cov requirement from ~=4.1 to ~=5.0 in /bindings/python
  • Loading branch information
scott-wilson authored Apr 4, 2024
2 parents 3da7e20 + 2ac1e0c commit 933bd36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ test = [
"pytest ~= 7.4; python_version == \"3.7\"",
"pytest ~= 8.1; python_version > \"3.7\"",
"pytest-asyncio ~= 0.21",
"pytest-cov ~= 4.1",
"pytest-cov ~= 4.1; python_version == \"3.7\"",
"pytest-cov ~= 5.0; python_version > \"3.7\"",
"pytest-xdist ~= 3.5",
"ruff ~= 0.2",
]
Expand Down

0 comments on commit 933bd36

Please sign in to comment.