Merge pull request #14033 from jamesbeyond/wisun-cryptography-fix

FIX: update cryptography version to 2.5 or later
pull/14054/head
Arto Kinnunen 2020-12-14 11:37:32 +02:00 committed by GitHub
commit 8cbcdc5ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ cmsis-pack-manager>=0.2.3,<0.3.0
pywin32==224;platform_system=='Windows'
wmi==1.4.9;platform_system=='Windows'
psutil==5.6.2
cryptography>=2.4.x,<2.5
cryptography>=2.5,<3
Click>=7.0,<7.1