Skip to content

Commit 0a08ac5

Browse files
Update mypy requirement from ==1.14.0 to ==1.15.0 (#633)
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.14.0...v1.15.0) --- 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 64542fe commit 0a08ac5

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
@@ -62,7 +62,7 @@ dev = [
6262
"tomli-w",
6363
"msgpack",
6464
"numpy>1.22.0,<3.0.0",
65-
"mypy==1.19.0",
65+
"mypy==1.19.1",
6666
"black==25.12.0",
6767
"pyright==1.1.407",
6868
"ruff==0.14.9",

0 commit comments

Comments
 (0)