Skip to content

Commit 203f8a0

Browse files
chore(deps-dev): bump pytest-cov from 3.0.0 to 4.1.0 (#55)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.1.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 f78e7e9 commit 203f8a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 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
@@ -22,7 +22,7 @@ shed = ">=0.9.5,<2023.6.0"
2222
pylint = "^2.13.7"
2323
mypy = ">=0.942,<1.4"
2424
pytest = "^7.1.1"
25-
pytest-cov = "^3.0.0"
25+
pytest-cov = ">=3,<5"
2626
typeguard = "^2.13.3"
2727
docformatter = "^1.4"
2828
pytest-pylint = "^0.18.0"

0 commit comments

Comments
 (0)