summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 16:24:53 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 16:24:53 +0100
commitc8e6ac4977464810685ccc46ac516750e6e86676 (patch)
tree7985bd584f182fb17f3589636829f713db679ff4 /setup.py
parentMerge commit 'a5daae2a5' into anoa/dinsic_release_1_31_0 (diff)
parentFix additional type hints from Twisted upgrade. (#9518) (diff)
downloadsynapse-c8e6ac4977464810685ccc46ac516750e6e86676.tar.xz
Merge commit '33a02f0f5' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py

index 08ba4eb764..bbd9e7862a 100755 --- a/setup.py +++ b/setup.py
@@ -102,7 +102,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [ "flake8", ] -CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.790", "mypy-zope==0.2.8"] +CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.11"] # Dependencies which are exclusively required by unit test code. This is # NOT a list of all modules that are necessary to run the unit tests.