summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-10-24 18:12:45 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-10-24 18:12:45 +0900
commit445b9515c126aab84f14251e57e289cb12121754 (patch)
tree7032b82311cff77d74b66537499075480e7a8f5f /setup.py
parente4e5ee33307abdc65fba6244ae7349987ddae529 (diff)
parent071b14884c90e807827079ee18b1677ea71833e6 (diff)
downloadsphinx-git-445b9515c126aab84f14251e57e289cb12121754.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 48c546a15..bf3d7dc6e 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.780',
+ 'mypy>=0.790',
'docutils-stubs',
],
'test': [