Skip to content

Commit 8ad647f

Browse files
Update pytest-cov requirement in the all-dependencies group
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` 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:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b2e941 commit 8ad647f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage~=7.6
55
flake8~=7.1
66
mock~=5.1
77
pytest~=8.3
8-
pytest-cov~=5.0
8+
pytest-cov~=6.0
99
pytest-gitignore~=1.3
1010
pytest-mock~=3.14
1111
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)