Skip to content

Commit

Permalink
Merge pull request #148 from materialsproject/dependabot/pip/pytest-8…
Browse files Browse the repository at this point in the history
….3.3

Bump pytest from 8.3.2 to 8.3.3
  • Loading branch information
matthewkuner authored Sep 17, 2024
2 parents e9009c3 + 51ba2d2 commit e398fdb
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.2", "pytest-cov==5.0.0", "types-requests"]
tests = ["pytest==8.3.3", "pytest-cov==5.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,4 +1,4 @@
pytest==8.3.2
pytest==8.3.3
pytest-cov==5.0.0
coverage==7.6.1
mypy==1.11.2
Expand Down

0 comments on commit e398fdb

Please sign in to comment.