Skip to content

Commit fd3945a

Browse files
authored
deps: bump mypy to 1.0.0
types-tqdm broke compatibility with mypy < 1 and looks like we will start running into other typeshed packages soon python/typeshed#9702
1 parent be824ed commit fd3945a

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
@@ -102,7 +102,7 @@ tests = [
102102
"pywin32>=225; sys_platform == 'win32'", # optional dependency
103103
"pylint==2.16.2",
104104
# type-checking
105-
"mypy==0.991",
105+
"mypy==1.0.0",
106106
"types-requests",
107107
"types-tabulate",
108108
"types-toml",

0 commit comments

Comments
 (0)