summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-04-30 22:27:25 +0900
committerGitHub <noreply@github.com>2022-04-30 22:27:25 +0900
commit2a354d48dc3508341e3043b7ebd487cb34cb42c2 (patch)
tree91d3ec27f371c06a530220d927c8ea01e343c5dc /setup.py
parente7cba3516e6e3cd1cf90c29068c63c011e860204 (diff)
parentb048f17cda17322b0f3580ac75796265074eb8c9 (diff)
downloadsphinx-git-2a354d48dc3508341e3043b7ebd487cb34cb42c2.tar.gz
Merge pull request #10401 from tk0miya/mypy-0.950
Fix mypy violations (with mypy-0.950)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ccadd59f4..edf19ce1d 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
- 'mypy>=0.931',
+ 'mypy>=0.950',
'docutils-stubs',
"types-typed-ast",
"types-requests",