Merge pull request #25856 from edx/usamasadiq/pin-cryptography-version

Usamasadiq/pin cryptography version
This commit is contained in:
Awais Qureshi
2020-12-11 19:59:45 +05:00
committed by GitHub

View File

@@ -131,6 +131,8 @@ pymongo<3.11
# vulture 2.0 requires Python >= 3.6
vulture<2.0
# sympy latest version causing test failures.
sympy==1.6.2
# cryptography 3.3.1 started failing tests on sandbox because it dropped support for python3.5
cryptography==3.2.1