Skip to content

Commit 7dd4cc2

Browse files
build(deps-dev): update pytest-cov requirement from <7.1 to <7.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@v1.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8957cff commit 7dd4cc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": [
4343
"pytest<10",
4444
"pytest-cache<2",
45-
"pytest-cov<7.1",
45+
"pytest-cov<7.2",
4646
"python-dotenv<1.3",
4747
"responses<0.27",
4848
],

0 commit comments

Comments
 (0)