pin cryptography<40 on pypy 3.7 (#6421)

* pin cryptography<40 on pypy 3.7
This commit is contained in:
Thomas Grainger
2023-04-23 00:41:27 +01:00
committed by GitHub
parent 26bea1e498
commit dfc3e24338
+1
View File
@@ -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