summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2021-04-07 13:48:48 +0200
committerAndrej Shadura <andrewsh@debian.org>2022-05-18 14:16:55 +0200
commite47655dcbb7cf435763367d4c657bc2ea8facac6 (patch)
tree7ad7ee4511db9c6c19afe669ff661507466d312a
parentba84cee98eda21bb747e9034a8eb0078a7073239 (diff)
Drop a version bump unnecessary in Debian
In Debian, python3-cryptography doesn’t bundle openssl anyway. Gbp-Pq: Name 0002-dont-bump-cryptography.patch
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5a5a2eab..75c14c4e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -148,7 +148,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 = ">=3"
# ijson 3.1.4 fixes a bug with "." in property names
ijson = ">=3.1.4"
matrix-common = "~=1.1.0"