Skip to content

Commit 9eac7dd

Browse files
chore: Update mypy requirement from ==1.18.2 to ==1.19.1
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b63dbb5 commit 9eac7dd

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
@@ -37,7 +37,7 @@ pytest = ">=2.8"
3737
pytest-cov = ">=2.4.0"
3838
pytest-mypy = "==1.0.1"
3939
pytest-asyncio = ">=0.21.0"
40-
mypy = "==1.18.2"
40+
mypy = "==1.19.1"
4141
pycodestyle = "^2.12.1"
4242
isort = ">=5.13.2,<7.0.0"
4343

0 commit comments

Comments
 (0)