Skip to content

Commit 421c040

Browse files
Update mypy requirement from ==1.14.0 to ==1.15.0
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>
1 parent caf1f49 commit 421c040

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
@@ -58,7 +58,7 @@ numpy = [
5858
{ version = ">1.22.0,<2.0.0", markers = "python_version ~= '3.12'" },
5959
{ version = ">1.22.0,<2.0.0", markers = "python_version ~= '3.13'" },
6060
]
61-
mypy = "==1.14.0"
61+
mypy = "==1.15.0"
6262
pytest = "*"
6363
pytest-cov = "*"
6464
pytest-watch = "*"

0 commit comments

Comments
 (0)