Skip to content

Commit

Permalink
Update to beta release of pyyaml for CVE-2017-18342
Browse files Browse the repository at this point in the history
  • Loading branch information
bridadan committed Jan 15, 2019
1 parent fee3ca7 commit 2963995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Python 3.x version requires explicitly setting the encoding.
# Python 2.x version of open() doesn't support the encoding parameter.
open_args['encoding'] = 'utf-8'

with open('README.md', **open_args) as f:
readme = f.read()

Expand Down Expand Up @@ -59,7 +59,7 @@
'pyusb>=1.0.0b2,<2.0',
'pywinusb>=0.4.0;platform_system=="Windows"',
'hidapi;platform_system=="Darwin"',
'pyyaml>=3.0,<4.0',
'pyyaml>=4.2b1,<5.0',
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 2963995

Please sign in to comment.