Skip to content

Commit f65f8d2

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
1 parent 01e998c commit f65f8d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pyarrow = ["pyarrow"]
3030

3131
[tool.poetry.dev-dependencies]
3232
pytest = "^7.1.2"
33-
mypy = "^1.10.1"
33+
mypy = "^1.15.0"
3434
pylint = ">=2.12.0"
3535
black = "^22.3.0"
3636
pytest-dotenv = "^0.5.2"
@@ -56,4 +56,4 @@ minversion = "6.0"
5656
log_cli = "false"
5757
log_cli_level = "INFO"
5858
testpaths = ["tests"]
59-
env_files = ["test.env"]
59+
env_files = ["test.env"]

0 commit comments

Comments
 (0)