Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2019
1 parent 42313d8 commit 59d6ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_requirements.txt
@@ -1,5 +1,5 @@
Flask==0.10.1
PyYAML==3.11
PyYAML==5.1
coverage==3.7.1
fudge==1.0.3
mock==1.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@
include_package_data=True,
platforms='any',
install_requires=[
'pyyaml >=3.0, <4.a0',
'pyyaml >=3.0, <6',
'six>= 1.9.0, <2.a0',
'simple-crypt>=4.0.0, <5.a0'
],
Expand Down

0 comments on commit 59d6ab6

Please sign in to comment.