Skip to content

Commit 7fa3b53

Browse files
Bump pytest-cov from 7.0.0 to 7.1.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a4b8f0 commit 7fa3b53

File tree

2 files changed

+116
-115
lines changed

2 files changed

+116
-115
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name = "pypi"
99
pytest = "==9.0.2"
1010
pylint = "==4.0.5"
1111
pycodestyle = "==2.14.0"
12-
pytest-cov = "==7.0.0"
12+
pytest-cov = "==7.1.0"
1313

1414
[scripts]
1515
tests = "pytest -vv --cov-report xml:coverage-reports/coverage.xml --cov=katas tests/"

0 commit comments

Comments
 (0)