Skip to content

Commit 1bf1986

Browse files
dependabot[bot]TEAM4-0
authored andcommitted
Update pytest-cov requirement in /.dev in the packages group (#639)
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `pytest-cov` to 6.3.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.3.0 dependency-type: direct:development dependency-group: packages ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6432ce9 commit 1bf1986

2 files changed

Lines changed: 2 additions & 2 deletions

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.3
66
pytest~=8.4
7-
pytest-cov~=6.2
7+
pytest-cov~=6.3
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

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.20250904.447"
9+
__version__ = "1.20250908.448"
1010
__author__ = "SINTEF"
1111
__author_email__ = "Team4.0@SINTEF.no"

0 commit comments

Comments
 (0)