Skip to content

Commit 8d75645

Browse files
chore: Update pytest-mypy requirement from ==1.0.0 to ==1.0.1 (#45)
1 parent 437de93 commit 8d75645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ chevron = "=0.14.0"
3535
[tool.poetry.group.dev.dependencies]
3636
pytest = ">=2.8"
3737
pytest-cov = ">=2.4.0"
38-
pytest-mypy = "==1.0.0"
38+
pytest-mypy = "==1.0.1"
3939
mypy = "==1.14.1"
4040
pycodestyle = "^2.12.1"
4141
isort = "^5.13.2"

0 commit comments

Comments
 (0)