Skip to content

Commit 73e4c0b

Browse files
chore(deps-dev): bump pytest-cov from 6.3.0 to 7.0.0 in /requirements
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a09ee36 commit 73e4c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coverage==7.10.5; python_version>="3.9"
22
coverage==7.6.1; python_version<"3.9"
33
flake8==3.8.4
4-
pytest-cov==6.3.0; python_version>="3.9"
4+
pytest-cov==7.0.0; python_version>="3.9"
55
pytest-cov==5.0.0; python_version<"3.9"
66

77
# Test requirements

0 commit comments

Comments
 (0)