Skip to content

Commit 035675d

Browse files
chore(deps-dev): update pytest-cov requirement from ~=5.0 to ~=6.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@v5.0.0...v6.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3add90 commit 035675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ httpretty = "~=1.1"
88
mock = "~=5.2"
99
pre-commit = "~=4.2"
1010
pytest = "~=8.3"
11-
pytest-cov = "~=5.0"
11+
pytest-cov = "~=6.1"
1212
python-dateutil = "~=2.9"
1313
ruff = "~=0.11.3"
1414
tox = "~=4.25"

0 commit comments

Comments
 (0)