summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-04-30 22:29:07 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-04-30 22:29:07 +0900
commit3de45b3a6ae813fb8892d0d1b2bd34b0ac03246f (patch)
treedb50c62411a83d8bc581387e9f069e2459292267 /setup.py
parent5eeeb9ce375e2f35807b54f17cec64696a7828d7 (diff)
parentf475bf19fff0412abb1ec7ddf216705fcd314ab8 (diff)
downloadsphinx-git-3de45b3a6ae813fb8892d0d1b2bd34b0ac03246f.tar.gz
Merge branch '4.x' into 5.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 860aae57e..40e31ede8 100644
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
- 'mypy>=0.931',
+ 'mypy>=0.950',
'docutils-stubs',
"types-typed-ast",
"types-requests",