Skip to content

Commit 6d6d1e6

Browse files
committed
Bump cryptography python module version
The requirements.txt mandates 2.4.x version of cryptography python module which has an issue as it checks if the payload is an instance of bytes which is actually a bytearray. This issue is fixed in 2.5 version, hence bump up minimum version to 2.5. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent bc7331b commit 6d6d1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ cmsis-pack-manager>=0.2.3,<0.3.0
2626
pywin32==224;platform_system=='Windows'
2727
wmi==1.4.9;platform_system=='Windows'
2828
psutil==5.6.2
29-
cryptography>=2.4.x,<2.5
29+
cryptography>=2.5,<3
3030
Click>=7.0,<7.1

0 commit comments

Comments
 (0)