Skip to content

Commit fd30822

Browse files
authored
Merge pull request #172 from materialsproject/dependabot/pip/pytest-cov-6.0.0
Bump pytest-cov from 5.0.0 to 6.0.0
2 parents 4206f3f + 04fa42a commit fd30822

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ requires-python = '>=3.8'
4141
dev = ["pre-commit>=2.12.1"]
4242
#docs = ["jupyter-book>=0.13.1",]
4343

44-
tests = ["pytest==8.3.3", "pytest-cov==5.0.0", "types-requests"]
44+
tests = ["pytest==8.3.3", "pytest-cov==6.0.0", "types-requests"]
4545

4646

4747
[tool.setuptools.dynamic]

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==8.3.3
2-
pytest-cov==5.0.0
2+
pytest-cov==6.0.0
33
coverage==7.6.1
44
mypy==1.11.2
55
pydocstyle==6.1.1

0 commit comments

Comments
 (0)