Skip to content

Commit

Permalink
DO NOT MERGE; wait for mypy 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Sep 27, 2024
1 parent c5c5586 commit 2a1681d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mypy[mypyc]==1.11.2 # update pyproject.toml as well
mypy-dev[mypyc]==1.12.0a4 # update pyproject.toml as well
black~=24.8
types-requests
types-dataclasses
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=50", # 50 is to match mypyc's minimum
"setuptools_scm[toml]>=8.0.4,<9",
'mypy[mypyc]==1.11.2', # update mypy-requirements as well
'mypy-dev[mypyc]==1.12.0a4', # update mypy-requirements as well
"black>=19.10b0,<23.12",
"types-requests",
"types-dataclasses",
Expand Down

0 comments on commit 2a1681d

Please sign in to comment.