Skip to content

Commit

Permalink
Merge fc8f8fa into 1b748c7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 27, 2020
2 parents 1b748c7 + fc8f8fa commit 2da3fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -2,6 +2,6 @@ click==7.0
PyYAML==5.1.1
bincopy==16.0.0
easy_enum==0.2.0
cryptography==2.6.1
cryptography==3.2
pyusb==1.0.0; platform_system == 'Linux'
pywinusb==0.4.2; platform_system == 'Windows'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def long_description():
'PyYAML==5.1.1',
'bincopy==16.0.0',
'easy_enum==0.2.0',
'cryptography==2.6.1',
'cryptography==3.2',
'pyusb==1.0.0;platform_system!="Windows"',
'pywinusb==0.4.2;platform_system=="Windows"'
],
Expand Down

0 comments on commit 2da3fce

Please sign in to comment.