Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.0 # update pyproject.toml as well
mypy[mypyc]==1.11.1 # update pyproject.toml as well
black~=24.4
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.0', # update mypy-requirements as well
'mypy[mypyc]==1.11.1', # update mypy-requirements as well
"black>=19.10b0,<23.12",
"types-requests",
"types-dataclasses",
Expand Down
Loading