File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# NOTE: this needs to be kept in sync with the "requires" list in pyproject.toml
2+ # and the pins in setup.py
23typing_extensions>=4.6.0
34mypy_extensions>=1.0.0
45tomli>=1.1.0; python_version<'3.11'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [
55 # self-typechecking :/
66 " setuptools >= 40.6.2" ,
77 " wheel >= 0.30.0" ,
8- # the following is from mypy-requirements.txt
8+ # the following is from mypy-requirements.txt/setup.py
99 " typing_extensions>=4.6.0" ,
1010 " mypy_extensions>=1.0.0" ,
1111 " tomli>=1.1.0; python_version<'3.11'" ,
Original file line number Diff line number Diff line change @@ -218,9 +218,9 @@ def run(self):
218218 },
219219 classifiers = classifiers ,
220220 cmdclass = cmdclass ,
221- # When changing this, also update mypy-requirements.txt.
221+ # When changing this, also update mypy-requirements.txt and pyproject.toml
222222 install_requires = [
223- "typing_extensions>=4.1 .0" ,
223+ "typing_extensions>=4.6 .0" ,
224224 "mypy_extensions >= 1.0.0" ,
225225 "tomli>=1.1.0; python_version<'3.11'" ,
226226 ],
You can’t perform that action at this time.
0 commit comments