From 0e788288891be6003f4d56d24509ea70d03a30d8 Mon Sep 17 00:00:00 2001 From: Facundo Tuesca Date: Tue, 3 Oct 2023 12:35:51 +0200 Subject: [PATCH] Increase cryptography minimum in tox.ini (#1257) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7d228536c..10d1f89aa 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ extras = test deps = coverage>=4.2 - cryptographyMinimum: cryptography==38.0.0 + cryptographyMinimum: cryptography==41.0.0 randomorder: pytest-randomly setenv = # Do not allow the executing environment to pollute the test environment