]> git.parisson.com Git - deefuzzer.git/commitdiff
Bump pyyaml from 5.1 to 5.4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sat, 12 Jun 2021 08:27:05 +0000 (08:27 +0000)
committerGitHub <noreply@github.com>
Sat, 12 Jun 2021 08:27:05 +0000 (08:27 +0000)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
requirements.txt
setup.py

index b271056128f5995a50d3d5da65c2eac7f9c35607..4ea9f5d99956790c34a59e16be0230fa6ff9eb32 100644 (file)
@@ -4,7 +4,7 @@ python-twitter==3.5
 mutagen==1.43.0
 pyliblo==0.10.0
 pycurl==7.43.0.2
-pyyaml==5.2
+pyyaml==5.4
 mysqlclient==1.4.6
 xmltodict==0.12.0
 -e .
index 36cf632828fe94dd02a5a66152e0e92161f56f91..49e2eb906b1d217a369fea89f749f5614d9a6941 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(
         'mutagen==1.43.0',
         'pyliblo==0.10.0',
         'pycurl==7.43.0.2',
-        'pyyaml==5.2',
+        'pyyaml==5.4',
         'mysqlclient==1.4.6',
         'xmltodict==0.12.0',
     ],