Skip to content

Commit ecd341b

Browse files
chore(deps): update pytest-cov requirement from ==6.1.* to ==6.2.*
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@v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e69af28 commit ecd341b

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
@@ -1,7 +1,7 @@
11
coverage[toml] == 7.*
22
coverage-conditional-plugin == 0.9.0
33
pytest == 8.4.*
4-
pytest-cov == 6.1.*
4+
pytest-cov == 6.2.*
55
pytest-timeout == 2.4.*
66
pytest-xdist == 3.7.*
77
black == 25.*

0 commit comments

Comments
 (0)