summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-05-09 10:28:38 +0100
committerGitHub <noreply@github.com>2022-05-09 10:28:38 +0100
commit26c1ad71c555329dbef5f7989ecaf54448321db6 (patch)
tree8b4488aa82bc3e036e0dd3c2dd626b16afa67f5a /pyproject.toml
parentMove `pympler` back into the `all` extras (#12652) (diff)
downloadsynapse-26c1ad71c555329dbef5f7989ecaf54448321db6.tar.xz
Use `Concatenate` to annotate `do_execute` (#12666)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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.