From 4310789310c1d9017480b74846cb317d0d32c91f Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Sun, 10 Apr 2022 21:31:16 +0100 Subject: [PATCH] Fix patch --- ...-relax-cryptography-dependency-version-requirement.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/0001-relax-cryptography-dependency-version-requirement.patch b/0001-relax-cryptography-dependency-version-requirement.patch index 75bd503..737ea9a 100644 --- a/0001-relax-cryptography-dependency-version-requirement.patch +++ b/0001-relax-cryptography-dependency-version-requirement.patch @@ -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 -