From 292829eb26e925116b2d4fe2ab85e89cda283d50 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sat, 22 Apr 2023 12:44:41 +0100 Subject: [PATCH 1/3] 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 6edee41781..c13640cabc 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 From 31c0497b93cfd1b1a9a94d5c1a9915604ad13ef5 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sat, 22 Apr 2023 12:45:12 +0100 Subject: [PATCH 2/3] Update requirements-dev.txt --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c13640cabc..3d0fc9f8d3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +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 +cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy' # Flask Stack Flask>1.0,<2.0 From 83375af64ceeec72de2bf8adb224e3f042d0be3e Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sat, 22 Apr 2023 12:47:44 +0100 Subject: [PATCH 3/3] Update requirements-dev.txt --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3d0fc9f8d3..e29f2474d2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +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' +cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy' # Flask Stack Flask>1.0,<2.0