Skip to content

Commit 2319e38

Browse files
Bump pytest-cov from 3.0.0 to 4.0.0 in /requirements (#57)
* Bump pytest-cov from 3.0.0 to 4.0.0 in /requirements 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump pytest-cov from 3.0.0 to 4.0.0 in toml file Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elodie Chamblas <[email protected]>
1 parent 34a5c3a commit 2319e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies=[
3030
[project.optional-dependencies]
3131
test = [
3232
"pytest==7.1.3",
33-
"pytest-cov==3.0.0",
33+
"pytest-cov==4.0.0",
3434
]
3535
doc = [
3636
"Sphinx==5.2.2",

requirements/requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.1.3
2-
pytest-cov==3.0.0
2+
pytest-cov==4.0.0

0 commit comments

Comments
 (0)