Skip to content

Commit 682d815

Browse files
Update mypy requirement from ^0.950 to ^0.961 (#67)
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.950...v0.961) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bf4154 commit 682d815

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.950"
25+
mypy = "^0.961"
2626
flake8 = "^4.0.1"
2727
pytest = "^7.0.0"
2828
pytest-asyncio = "^0.18.0"

0 commit comments

Comments
 (0)