Skip to content

Commit a69bfc4

Browse files
committed
Bump Mypy version to v1.15.0 for tests
1 parent 3042907 commit a69bfc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ dev = [
6464
"mypy==v0.910 ; python_version<'3.6'",
6565
"mypy==v0.971 ; python_version>='3.6' and python_version<'3.7'",
6666
"mypy==v1.4.1 ; python_version>='3.7' and python_version<'3.8'",
67-
"mypy==v1.14.1 ; python_version>='3.8'",
67+
"mypy==v1.14.1 ; python_version>='3.8' and python_version<'3.9'",
68+
"mypy==v1.15.0 ; python_version>='3.9'",
6869
# Docs.
6970
"Sphinx==8.2.1 ; python_version>='3.11'",
7071
"sphinx-rtd-theme==3.0.2 ; python_version>='3.11'",

0 commit comments

Comments
 (0)