Skip to content

Commit

Permalink
Upgrade tomli (#11729)
Browse files Browse the repository at this point in the history
Tomli 2.0.0 was released https://pypi.org/project/tomli/2.0.0/

Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
  • Loading branch information
KotlinIsland and KotlinIsland committed Dec 14, 2021
1 parent 01a2d98 commit 6b6099b
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
@@ -1,4 +1,4 @@
typing_extensions>=3.10
mypy_extensions>=0.4.3,<0.5.0
typed_ast>=1.4.0,<2; python_version<'3.8'
tomli>=1.1.0,<2.0.0
tomli>=1.1.0,<3.0.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -195,7 +195,7 @@ def run(self):
install_requires=["typed_ast >= 1.4.0, < 2; python_version<'3.8'",
'typing_extensions>=3.10',
'mypy_extensions >= 0.4.3, < 0.5.0',
'tomli>=1.1.0,<2.0.0',
'tomli>=1.1.0,<3.0.0',
],
# Same here.
extras_require={'dmypy': 'psutil >= 4.0', 'python2': 'typed_ast >= 1.4.0, < 2'},
Expand Down

0 comments on commit 6b6099b

Please sign in to comment.