Skip to content

Commit

Permalink
Merge pull request #2 from ftpsolutions/dependabot/pip/pyyaml-5.1
Browse files Browse the repository at this point in the history
Bump pyyaml from 3.12 to 5.1
  • Loading branch information
initialed85 authored Aug 18, 2020
2 parents aa0255f + 162a505 commit e8449c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.20.0
PyYAML==3.13
PyYAML==5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'requests==2.20.0',
'PyYAML==3.13'
'PyYAML==5.1'
],

# List additional groups of dependencies here (e.g. development
Expand Down

0 comments on commit e8449c6

Please sign in to comment.