Skip to content

Commit

Permalink
Bump pyyaml from 3.12 to 5.1
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@3.12...5.1)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2019
1 parent cba91ab commit 20290fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(fname):
keywords='',
author='Sondre Engebraaten',
packages=find_packages(),
install_requires=['b2==1.1.0', 'fusepy==2.0.4', 'PyYAML==3.12'],
install_requires=['b2==1.1.0', 'fusepy==2.0.4', 'PyYAML==5.1'],
include_package_data=True,
zip_safe=True,
entry_points={
Expand Down

0 comments on commit 20290fd

Please sign in to comment.