Skip to content

Commit 121a9a2

Browse files
Update pyproject.toml: bump mypy to 1.15.0
v1.14.1 is the current version, and python/mypy#17485 has the "upnext" label, so 1.15 should do Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
1 parent d45910d commit 121a9a2

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
@@ -31,7 +31,7 @@ pyarrow = ["pyarrow"]
3131

3232
[tool.poetry.dev-dependencies]
3333
pytest = "^7.1.2"
34-
mypy = "^1.10.1"
34+
mypy = "^1.15.0"
3535
pylint = ">=2.12.0"
3636
black = "^22.3.0"
3737
pytest-dotenv = "^0.5.2"

0 commit comments

Comments
 (0)