Skip to content

Commit 1fafe43

Browse files
Merge pull request #1 from learnforpractice/dependabot/pip/pyyaml-5.1
Bump pyyaml from 3.13 to 5.1
2 parents f4df81a + ee7b6d2 commit 1fafe43

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,7 +3,7 @@ pycparser==2.19
33
pycryptodome==3.7.2
44
PyJWT==1.7.1
55
python-dateutil==2.7.5
6-
PyYAML==3.13
6+
PyYAML==5.1
77
requests==2.21.0
88
websocket-client==0.54.0
99
websockets

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"pycryptodome==3.7.2",
3636
"PyJWT==1.7.1",
3737
"python-dateutil==2.7.5",
38-
"PyYAML==3.13",
38+
"PyYAML==5.1",
3939
"requests==2.21.0",
4040
"websocket-client==0.54.0",
4141
"websockets",

0 commit comments

Comments
 (0)