summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2021-04-07 13:48:48 +0200
committerAndrej Shadura <andrewsh@debian.org>2021-08-24 14:04:27 +0200
commitd3ee0025fd5cf4695fc691f5714f1f981d334d1b (patch)
tree5e3e6ebfe67333d3ff00712bb7a71f0cdf566ecb
parentdd2f793191a7e68d9b1efc3dedb4367609497a98 (diff)
Drop a version bump unnecessary in Debianarchive/debian/1.40.0-1_bpo11+1
In Debian, python3-cryptography doesn’t bundle openssl anyway. Gbp-Pq: Name 0002-dont-bump-cryptography.patch
-rw-r--r--synapse/python_dependencies.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py
index cdcbdd77..e2328e49 100644
--- a/synapse/python_dependencies.py
+++ b/synapse/python_dependencies.py
@@ -82,9 +82,7 @@ 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",
+ "cryptography",
"ijson>=3.0",
]