Skip to content

Commit

Permalink
deps: bump mypy to 1.0.0
Browse files Browse the repository at this point in the history
types-tqdm broke compatibility with mypy < 1 and looks like we will start running into other typeshed packages soon python/typeshed#9702
  • Loading branch information
efiop authored Feb 16, 2023
1 parent be824ed commit fd3945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tests = [
"pywin32>=225; sys_platform == 'win32'", # optional dependency
"pylint==2.16.2",
# type-checking
"mypy==0.991",
"mypy==1.0.0",
"types-requests",
"types-tabulate",
"types-toml",
Expand Down

0 comments on commit fd3945a

Please sign in to comment.