diff options
Diffstat (limited to 'net-im/py-matrix-synapse/files')
| -rw-r--r-- | net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py index 7f4fcfa8c06e..4b3041fc7432 100644 --- a/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py +++ b/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py @@ -1,11 +1,11 @@ ---- synapse/python_dependencies.py.orig 2021-06-01 19:28:25 UTC +--- synapse/python_dependencies.py.orig 2021-12-17 15:03:44 UTC +++ synapse/python_dependencies.py -@@ -86,7 +86,7 @@ REQUIREMENTS = [ +@@ -85,7 +85,7 @@ REQUIREMENTS = [ "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", + "cryptography", - "ijson>=3.0", + "ijson>=3.1", ] |
