summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-04-30 22:28:57 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-04-30 22:28:57 +0900
commitf475bf19fff0412abb1ec7ddf216705fcd314ab8 (patch)
tree0db8a6b9c669cb392cbb035d2cf2a687105eb244 /setup.py
parent8d4d47f1bf4ca4b3e761c903ff3e03335ec2528c (diff)
parent2a354d48dc3508341e3043b7ebd487cb34cb42c2 (diff)
downloadsphinx-git-f475bf19fff0412abb1ec7ddf216705fcd314ab8.tar.gz
Merge branch '4.5.x' into 4.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 ccadd59f4..edf19ce1d 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ extras_require = {
'lint': [
'flake8>=3.5.0',
'isort',
- 'mypy>=0.931',
+ 'mypy>=0.950',
'docutils-stubs',
"types-typed-ast",
"types-requests",