From dfc3e2433836813fe6b93b8e182a761aa6c0ee05 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 23 Apr 2023 00:41:27 +0100 Subject: [PATCH] pin cryptography<40 on pypy 3.7 (#6421) * pin cryptography<40 on pypy 3.7 --- requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6edee417..e29f2474 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,6 +6,7 @@ pytest-mock==2.0.0 httpbin==0.7.0 trustme wheel +cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy' # Flask Stack Flask>1.0,<2.0