Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pyyaml from 3.12 to 5.1 #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump pyyaml from 3.12 to 5.1
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2020
commit c22b649705b58dab64fba0e648e3dd241c462384
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ PySoundFile==0.9.0.post1
python-dateutil==2.7.3
pytz==2018.4
pyworld==0.2.4
PyYAML==3.12
PyYAML==5.1
resampy==0.2.0
scikit-learn==0.19.1
scipy==1.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ def readme():
'python-dateutil==2.7.3',
'pytz==2018.4',
'pyworld==0.2.4',
'PyYAML==3.12',
'PyYAML==5.1',
'resampy==0.2.0',
'scikit-learn==0.19.1',
'scipy==1.1.0',