]> git.parisson.com Git - deefuzzer.git/commitdiff
Bump pyyaml from 5.1 to 5.2
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 5 Jan 2020 01:18:26 +0000 (01:18 +0000)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 01:18:26 +0000 (01:18 +0000)
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.2.
- [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.2)

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

index e91920d9c883492810c29fd1e525b72e5b24b786..b271056128f5995a50d3d5da65c2eac7f9c35607 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.1
+pyyaml==5.2
 mysqlclient==1.4.6
 xmltodict==0.12.0
 -e .
index be6a2c092e689114bcee96fa4a47163caa64bd7a..ba34fd437779e31294ebf032641549cfb27ca366 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.1',
+        'pyyaml==5.2',
         'mysqlclient==1.4.6',
         'xmltodict==0.12.0',
     ],