Skip to content

Commit c9ec572

Browse files
dependabot[bot]mwiebe
authored andcommitted
chore(deps): update pytest-cov requirement from ==7.0.* to ==7.1.*
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2de8528 commit c9ec572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage[toml] == 7.*
22
coverage-conditional-plugin == 0.9.0
33
pytest == 9.0.*; python_version >= '3.10'
44
pytest == 8.4.*; python_version < '3.10'
5-
pytest-cov == 7.0.*
5+
pytest-cov == 7.1.*
66
pytest-timeout == 2.4.*
77
pytest-xdist == 3.8.*
88
black == 25.*

0 commit comments

Comments
 (0)