Skip to content

Commit 6229ce4

Browse files
build(deps-dev): update pytest-cov requirement from ~=4.0 to ~=5.0 (#1322)
* build(deps-dev): update pytest-cov requirement from ~=4.0 to >=4,<6 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> * Update pytest-cov pin --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julia Signell <jsignell@gmail.com>
1 parent e4330bc commit 6229ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"mypy~=1.2",
5454
"orjson~=3.8",
5555
"pre-commit~=3.2",
56-
"pytest-cov~=4.0",
56+
"pytest-cov~=5.0",
5757
"pytest-mock~=3.10",
5858
"pytest-recording~=0.13.0",
5959
"pytest~=8.0",

0 commit comments

Comments
 (0)