Skip to content

Commit f7ef55a

Browse files
committed
Update mypy to grab PR fixing 3.13 dataclass error:
python/mypy#18464
1 parent 9d31b15 commit f7ef55a

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
@@ -32,7 +32,7 @@ documentation = "https://pyttb.readthedocs.io"
3232

3333
[project.optional-dependencies]
3434
dev = [
35-
"mypy>=1.10,<1.14.0",
35+
"mypy>=1.15,<1.16.0",
3636
# Also in pre-commit
3737
"nbstripout>=0.8,<0.9",
3838
"pytest>8.0",

0 commit comments

Comments
 (0)