summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:46:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-03 23:46:13 +0900
commit6a55947e9f8f51c42a4719663f10b85c921a5918 (patch)
tree4315f8b35a232794ba4069cfe0301308101239b6 /setup.py
parentcee921fe416068021996ec24ad19afb54cd6bbec (diff)
parented75950017e63b3ccfe2beef3d22ae6ec44410b0 (diff)
downloadsphinx-git-6a55947e9f8f51c42a4719663f10b85c921a5918.tar.gz
Merge branch '3.0.x' into 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 5e822fe9b..3d499983f 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'flake8-import-order',
- 'mypy>=0.770',
+ 'mypy>=0.780',
'docutils-stubs',
],
'test': [