Skip to content

Commit 69a19ad

Browse files
chore(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 in /requirements (#698)
* chore(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 in /requirements Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.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> * Pin pytest-cov versions based on the python version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Haresh Nasit <84355507+hnnasit@users.noreply.github.com>
1 parent 568acc4 commit 69a19ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
coverage==7.6.4; python_version>="3.9"
22
coverage==7.6.1; python_version<"3.9"
33
flake8==3.8.4
4-
pytest-cov==5.0.0
4+
pytest-cov==6.0.0; python_version>="3.9"
5+
pytest-cov==5.0.0; python_version<"3.9"
56

67
# Test requirements
78
pytest>=6.1.1

0 commit comments

Comments
 (0)