diff options
author | David Robertson <davidr@element.io> | 2022-05-06 13:35:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 12:35:20 +0000 |
commit | 2607b3e1816341b3b8534077bd5d3a4daf3a3d15 (patch) | |
tree | 65a060f414530b98f649bed759a50cfc165bbd22 /pyproject.toml | |
parent | Add the `notify_appservices_from_worker` configuration option (superseding `n... (diff) | |
download | synapse-2607b3e1816341b3b8534077bd5d3a4daf3a3d15.tar.xz |
Update mypy to 0.950 and fix complaints (#12650)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 446895711b..877f19708d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -248,8 +248,8 @@ flake8-bugbear = "==21.3.2" flake8 = "*" # Typechecking -mypy = "==0.931" -mypy-zope = "==0.3.5" +mypy = "*" +mypy-zope = "*" types-bleach = ">=4.1.0" types-commonmark = ">=0.9.2" types-jsonschema = ">=3.2.0" |