Skip to content

Commit 9e387ad

Browse files
authored
Merge pull request #207 from materialsproject/dependabot/pip/pytest-8.3.5
Bump pytest from 8.3.3 to 8.3.5
2 parents 5c7c435 + b287c96 commit 9e387ad

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.3.3", "pytest-cov==6.0.0", "types-requests"]
44+
tests = ["pytest==8.3.5", "pytest-cov==6.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.3.3
1+
pytest==8.3.5
22
pytest-cov==6.0.0
33
coverage==7.6.7
44
mypy==1.15.0

0 commit comments

Comments
 (0)