Skip to content

Commit d2b401b

Browse files
Bump pytest-cov from 4.1.0 to 5.0.0 (#56)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a14732 commit d2b401b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 6 additions & 6 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
@@ -12,7 +12,7 @@ requests = "^2.27.1"
1212
[tool.poetry.dev-dependencies]
1313
black = "^24.4"
1414
pytest = "^8.1.1"
15-
pytest-cov = "^4.1.0"
15+
pytest-cov = "^5.0.0"
1616
bandit = "^1.7.8"
1717

1818
[tool.black]

0 commit comments

Comments
 (0)