Skip to content

Commit c47b197

Browse files
Bump pytest-cov from 6.3.0 to 7.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8268401 commit c47b197

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requires-python = '>=3.8'
4343
dev = ["pre-commit>=2.12.1"]
4444
#docs = ["jupyter-book>=0.13.1",]
4545

46-
tests = ["pytest==8.4.2", "pytest-cov==6.3.0", "types-requests"]
46+
tests = ["pytest==8.4.2", "pytest-cov==7.0.0", "types-requests"]
4747

4848

4949
[tool.setuptools.dynamic]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==8.4.2
2-
pytest-cov==6.3.0
2+
pytest-cov==7.0.0
33
coverage==7.10.6
44
mypy==1.18.1
55
pydocstyle==6.1.1

0 commit comments

Comments
 (0)