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 -