Skip to content

Commit 7703138

Browse files
authored
Merge pull request #1 from leafcoder/dependabot/pip/pyyaml-5.1
Bump pyyaml from 3.12 to 5.1
2 parents 9131874 + 403f5d5 commit 7703138

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)