Skip to content

Commit 2b9e9f5

Browse files
Update mypy requirement from ^0.961 to ^0.971 (#71)
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Release notes](https://github.com/python/mypy/releases) - [Commits](python/mypy@v0.961...v0.971) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4812952 commit 2b9e9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pydantic = "^1.9.0"
2222
[tool.poetry.dev-dependencies]
2323
black = "^22.1"
2424
isort = "^5.9.3"
25-
mypy = "^0.961"
25+
mypy = "^0.971"
2626
flake8 = "^5.0.4"
2727
pytest = "^7.0.0"
2828
pytest-asyncio = "^0.19.0"

0 commit comments

Comments
 (0)