summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-12 01:37:23 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-03-12 01:37:23 +0900
commit9086ecdfff5d9b6b35fadd50be00583fa16340ca (patch)
treefeeda93dff9ecd57d81950f69b20d649daff20d2 /setup.py
parente116613a3a851cdcd571c2b530e077f6527d0a00 (diff)
parentf85b870ad59f39c8637160a4cd4d865ce1e1628e (diff)
downloadsphinx-git-9086ecdfff5d9b6b35fadd50be00583fa16340ca.tar.gz
Merge branch '3.x'
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 d70eec80c..82a602cdc 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.761',
+ 'mypy>=0.770',
'docutils-stubs',
],
'test': [