Fix patch

This commit is contained in:
Alex Manning 2022-04-10 21:31:16 +01:00
parent 721a90fdf0
commit 4310789310
Signed by: alex
GPG key ID: AD1011E427DB0062

View file

@ -16,8 +16,9 @@ index b40a7bbb76..e32c2c5901 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -77,9 +77,7 @@ REQUIREMENTS = [
"Jinja2>=2.9",
"Jinja2>=3.0",
"bleach>=1.4.3",
# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0.
"typing-extensions>=3.7.4",
- # We enforce that we have a `cryptography` version that bundles an `openssl`
- # with the latest security patches.
@ -26,6 +27,5 @@ index b40a7bbb76..e32c2c5901 100644
# ijson 3.1.4 fixes a bug with "." in property names
"ijson>=3.1.4",
"matrix-common~=1.1.0",
--
--
2.35.1