aboutsummaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files/patch-pyproject.toml
blob: 2d50315023969610fd3fa9b64d1678699153e914 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2022-06-28 16:27:14 UTC
+++ pyproject.toml
@@ -147,7 +147,7 @@ bleach = ">=1.4.3"
 typing-extensions = ">=3.10.0.1"
 # We enforce that we have a `cryptography` version that bundles an `openssl`
 # with the latest security patches.
-cryptography = ">=3.4.7"
+cryptography = "*"
 # ijson 3.1.4 fixes a bug with "." in property names
 ijson = ">=3.1.4"
 matrix-common = "~=1.1.0"