Skip to content

Commit e91f1c2

Browse files
Bump pytest-cov from 2.12.1 to 4.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v2.12.1...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a502b9e commit e91f1c2

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

poetry.lock

Lines changed: 16 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cloudscraper = "^1.2.56"
2020
[tool.poetry.dev-dependencies]
2121
pytest = "^6.2.4"
2222
coverage = {extras = ["toml"], version = "^5.5"}
23-
pytest-cov = "^2.12.1"
23+
pytest-cov = "^4.0.0"
2424
codecov = "^2.1.12"
2525

2626
[build-system]

0 commit comments

Comments
 (0)