summary refs log tree commit diff
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 18:14:20 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 18:14:20 +0100
commitcb6c2caf05a80ea85a0336695ccdfbebc4ac36c9 (patch)
treec9a40122c1d1a81ca8048d9c06cc0d28d78d94d5 /setup.py
parentMerge commit '4ecba9bd5' into anoa/dinsic_release_1_31_0 (diff)
parentSpaces summary: call out to other servers (#9653) (diff)
downloadsynapse-cb6c2caf05a80ea85a0336695ccdfbebc4ac36c9.tar.xz
Merge commit 'c73cc2c2a' 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 b834e4e55b..1939a7b86b 100755 --- a/setup.py +++ b/setup.py
@@ -103,7 +103,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [ "flake8", ] -CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.11"] +CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.13"] # 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.