Skip to content

Commit 403f5d5

Browse files
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>
1 parent 9131874 commit 403f5d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ greenlet==0.4.13
33
Mako==1.0.6
44
MarkupSafe==1.0
55
pathtools==0.1.2
6-
PyYAML==3.12
6+
PyYAML==5.1
77
watchdog==0.8.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
'Mako==1.0.6',
5252
'MarkupSafe==1.0',
5353
'greenlet==0.4.13',
54-
'PyYAML==3.12',
54+
'PyYAML==5.1',
5555
'argh==0.26.2',
5656
'argparse==1.2.1',
5757
'pathtools==0.1.2',

0 commit comments

Comments
 (0)