$OpenBSD: patch-synapse_python_dependencies_py,v 1.2 2021/08/17 13:51:32 abieber Exp $

Index: synapse/python_dependencies.py
--- synapse/python_dependencies.py.orig
+++ synapse/python_dependencies.py
@@ -82,9 +82,6 @@ REQUIREMENTS = [
     "Jinja2>=2.9",
     "bleach>=1.4.3",
     "typing-extensions>=3.7.4",
-    # We enforce that we have a `cryptography` version that bundles an `openssl`
-    # with the latest security patches.
-    "cryptography>=3.4.7",
     "ijson>=3.0",
 ]
 
