Skip to content

Commit f4dc5d4

Browse files
chore(deps-dev): bump pytest-cov in /requirements in the pytest group
Bumps the pytest group in /requirements with 1 update: [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `pytest-cov` from 6.0.0 to 6.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73b4c52 commit f4dc5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
coverage==7.8.0; python_version>="3.9"
44
coverage==7.6.1; python_version<"3.9"
5-
pytest-cov==6.0.0; python_version>="3.9"
5+
pytest-cov==6.1.1; python_version>="3.9"
66
pytest-cov==5.0.0; python_version<"3.9"
77

88

0 commit comments

Comments
 (0)