Skip to content

Commit 69df251

Browse files
kinowmr-c
authored andcommitted
Update mypy==1.0.1 in pyproject.toml
1 parent d793eda commit 69df251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=45",
44
'mypy==0.971; python_version == "3.6"', # last version for Python 3.6
5-
'mypy==1.0; python_version >= "3.7"', # also update mypy-requirements.txt
5+
'mypy==1.0.1; python_version >= "3.7"', # also update mypy-requirements.txt
66
"types-pkg_resources",
77
"types-requests",
88
"types-psutil",

0 commit comments

Comments
 (0)