Skip to content

Commit dfc3e24

Browse files
authored
pin cryptography<40 on pypy 3.7 (#6421)
* pin cryptography<40 on pypy 3.7
1 parent 26bea1e commit dfc3e24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pytest-mock==2.0.0
66
httpbin==0.7.0
77
trustme
88
wheel
9+
cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy'
910

1011
# Flask Stack
1112
Flask>1.0,<2.0

0 commit comments

Comments
 (0)