diff options
author | Erik Johnston <erik@matrix.org> | 2024-07-17 14:10:37 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-07-17 14:10:37 +0100 |
commit | 2968f2e3b82838a5668a03d789670a250b54d078 (patch) | |
tree | 952ebca44ca0700f97f335ba73bf4f3f92d5e836 | |
parent | Newsfile (diff) | |
download | synapse-2968f2e3b82838a5668a03d789670a250b54d078.tar.xz |
Bump typing-extensions for 'assert_never'
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 41de90f9f6..3df42ae448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -201,8 +201,8 @@ netaddr = ">=0.7.18" # add a lower bound to the Jinja2 dependency. Jinja2 = ">=3.0" bleach = ">=1.4.3" -# We use `Self`, which were added in `typing-extensions` 4.0. -typing-extensions = ">=4.0" +# We use `assert_never`, which were added in `typing-extensions` 4.1. +typing-extensions = ">=4.1" # We enforce that we have a `cryptography` version that bundles an `openssl` # with the latest security patches. cryptography = ">=3.4.7" |