Skip to content

Commit

Permalink
Merge pull request #172 from materialsproject/dependabot/pip/pytest-c…
Browse files Browse the repository at this point in the history
…ov-6.0.0

Bump pytest-cov from 5.0.0 to 6.0.0
  • Loading branch information
matthewkuner authored Nov 4, 2024
2 parents 4206f3f + 04fa42a commit fd30822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requires-python = '>=3.8'
dev = ["pre-commit>=2.12.1"]
#docs = ["jupyter-book>=0.13.1",]

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


[tool.setuptools.dynamic]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==8.3.3
pytest-cov==5.0.0
pytest-cov==6.0.0
coverage==7.6.1
mypy==1.11.2
pydocstyle==6.1.1
Expand Down

0 comments on commit fd30822

Please sign in to comment.