diff options
author | David Robertson <davidr@element.io> | 2022-05-09 10:28:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-09 10:28:38 +0100 |
commit | 26c1ad71c555329dbef5f7989ecaf54448321db6 (patch) | |
tree | 8b4488aa82bc3e036e0dd3c2dd626b16afa67f5a /pyproject.toml | |
parent | Move `pympler` back into the `all` extras (#12652) (diff) | |
download | synapse-26c1ad71c555329dbef5f7989ecaf54448321db6.tar.xz |
Use `Concatenate` to annotate `do_execute` (#12666)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7348230fba..4c51b8c4a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -142,7 +142,7 @@ netaddr = ">=0.7.18" # add a lower bound to the Jinja2 dependency. Jinja2 = ">=3.0" bleach = ">=1.4.3" -# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0. +# We use `ParamSpec` and `Concatenate`, which were added in `typing-extensions` 3.10.0.0. typing-extensions = ">=3.10.0" # We enforce that we have a `cryptography` version that bundles an `openssl` # with the latest security patches. |