Skip to content

Commit

Permalink
Merge pull request #7 from materialsproject/dependabot/pip/pytest-7.4.4
Browse files Browse the repository at this point in the history
Bump pytest from 7.1.2 to 7.4.4
  • Loading branch information
matthewkuner authored Jan 8, 2024
2 parents c958b84 + 3b16358 commit fdc4399
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 @@ dev = ["pre-commit>=2.12.1"]
#docs = ["jupyter-book>=0.13.1",]


tests = ["pytest==7.4.2", "pytest-cov==4.1.0"]
tests = ["pytest==7.4.4", "pytest-cov==4.1.0"]


[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,4 +1,4 @@
pytest==7.1.2
pytest==7.4.4
pytest-cov==4.1.0
coverage==7.4.0
mypy==0.950
Expand Down

0 comments on commit fdc4399

Please sign in to comment.