Skip to content

Commit e912799

Browse files
authored
Merge pull request #80 from materialsproject/dependabot/pip/pytest-8.2.0
Bump pytest from 8.0.2 to 8.2.0
2 parents b73fdaf + 994819b commit e912799

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
@@ -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.0.2", "pytest-cov==5.0.0", "types-requests"]
44+
tests = ["pytest==8.2.0", "pytest-cov==5.0.0", "types-requests"]
4545

4646

4747
[tool.setuptools.dynamic]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest==8.0.2
1+
pytest==8.2.0
22
pytest-cov==5.0.0
33
coverage==7.5.1
44
mypy==1.10.0

0 commit comments

Comments
 (0)