Skip to content

Commit 9d1d033

Browse files
KotlinIslandIvan Levkivskyi
authored and
Ivan Levkivskyi
committed
Upgrade tomli (#11729)
Tomli 2.0.0 was released https://pypi.org/project/tomli/2.0.0/ Co-authored-by: KotlinIsland <[email protected]>
1 parent fdae42f commit 9d1d033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: mypy-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
typing_extensions>=3.7.4
22
mypy_extensions>=0.4.3,<0.5.0
33
typed_ast>=1.4.0,<2
4-
tomli>=1.1.0,<2.0.0
4+
tomli>=1.1.0,<3.0.0

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def run(self):
193193
install_requires=["typed_ast >= 1.4.0, < 2; python_version<'3.8'",
194194
'typing_extensions>=3.7.4',
195195
'mypy_extensions >= 0.4.3, < 0.5.0',
196-
'tomli>=1.1.0,<2.0.0',
196+
'tomli>=1.1.0,<3.0.0',
197197
],
198198
# Same here.
199199
extras_require={'dmypy': 'psutil >= 4.0', 'python2': 'typed_ast >= 1.4.0, < 2'},

0 commit comments

Comments
 (0)