Skip to content

Commit ee7b6d2

Browse files
Bump pyyaml from 3.13 to 5.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@3.13...5.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4df81a commit ee7b6d2

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)