Skip to content

Commit ac860d0

Browse files
Update pytest-cov requirement in /.dev in the python group (#706)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 7.1.0 - [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:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03c1161 commit ac860d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.dev/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ httpx~=0.28.1
44
invoke~=2.2
55
pre-commit~=4.5
66
pytest~=9.0
7-
pytest-cov~=7.0
7+
pytest-cov~=7.1
88

99
# httpx is necessary due to the use of fastapi/starlette's TestClient
1010
# See https://fastapi.tiangolo.com/tutorial/testing/?h=testclient#using-testclient

0 commit comments

Comments
 (0)