From 78cdeb78df19db297103f10f875dd1e7c8105bd4 Mon Sep 17 00:00:00 2001 From: Carine Dengler Date: Thu, 11 Jan 2024 10:55:16 +0100 Subject: [PATCH] fix: pin version to last compatible pycryptodome version --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 020400c..d7192b5 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,4 +1,4 @@ cryptography<37 -pycryptodome>=3.10.1 +pycryptodome==3.19.0 pytest git+https://github.com/c4dt/stem.git