Skip to content

Commit eb6bd9b

Browse files
build(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 (#28)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75268e2 commit eb6bd9b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 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
@@ -24,7 +24,7 @@ pylint = "^2.13.7"
2424
mypy = "^0.942"
2525
pytest = "^7.1.1"
2626
pytest-asyncio = "^0.18.3"
27-
pytest-cov = "^3.0.0"
27+
pytest-cov = ">=3,<5"
2828
typeguard = "^2.13.3"
2929
docformatter = "^1.4"
3030
pytest-pylint = "^0.18.0"

0 commit comments

Comments
 (0)