Skip to content

Commit 16ab2db

Browse files
Bump pytest-cov from 3.0.0 to 4.0.0 (#91)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 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@v3.0.0...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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64787c3 commit 16ab2db

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

poetry.lock

Lines changed: 11 additions & 4 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
@@ -42,7 +42,7 @@ isort = "^5.10"
4242
mypy = "^0.971"
4343
pre-commit = "^2.17.0"
4444
pytest = "^7.0"
45-
pytest-cov = "^3.0.0"
45+
pytest-cov = "^4.0.0"
4646

4747
[tool.poetry.scripts]
4848
fastapi = 'manage_fastapi.main:app'

0 commit comments

Comments
 (0)