summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-09 01:07:56 +0900
committerGitHub <noreply@github.com>2022-01-09 01:07:56 +0900
commitc81dd9b82f2f33a4cd91e6f065663e1ca6b460be (patch)
treea3d7e0c5023e681d21d1b39efe43b56d6e73a950 /setup.py
parent91f95728174018aec26f3aa92649d41f63bbde60 (diff)
parenta80023f381e8458a77e730385357fe1fd309790d (diff)
downloadsphinx-git-4.3.x.tar.gz
Merge pull request #10065 from tk0miya/mypy-0.9314.3.x
Fix mypy violations (with mypy-0.931)
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 44da14d09..a8279a14f 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
- 'mypy>=0.930',
+ 'mypy>=0.931',
'docutils-stubs',
"types-typed-ast",
"types-pkg_resources",