From 8543286168ed3bb234395d66fb401714495ff198 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 18 Nov 2019 09:20:29 +0800 Subject: bump the minimum cryptography version (#875) Users with older cryptography (and hence potentially older asn1crypto, a transitive dependency) are seeing a serious bug on macOS catalina due to the way older asn1crypto loads a shared library. While this isn't a pyOpenSSL bug bumping this dep might prevent the bug from impacting some users. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 58cfd7a..83601a6 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ extras = deps = coverage>=4.2 cryptographyMaster: git+https://github.com/pyca/cryptography.git - cryptographyMinimum: cryptography==2.3.0 + cryptographyMinimum: cryptography==2.8 randomorder: pytest-randomly setenv = # Do not allow the executing environment to pollute the test environment -- cgit v1.2.1