Skip to content

Commit 7366b14

Browse files
dependabot[bot]amotl
authored andcommitted
build(deps-dev): update pytest-cov requirement from <6.3 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@v1.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7bafd82 commit 7366b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

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

0 commit comments

Comments
 (0)