From ee7b6d2deeea717ed1ec0f47fb97265fc97378ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:49:43 +0000 Subject: [PATCH] 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](https://github.com/yaml/pyyaml/compare/3.13...5.1) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54b01db..76eda59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pycparser==2.19 pycryptodome==3.7.2 PyJWT==1.7.1 python-dateutil==2.7.5 -PyYAML==3.13 +PyYAML==5.1 requests==2.21.0 websocket-client==0.54.0 websockets diff --git a/setup.py b/setup.py index 573ba0a..3101ff5 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "pycryptodome==3.7.2", "PyJWT==1.7.1", "python-dateutil==2.7.5", - "PyYAML==3.13", + "PyYAML==5.1", "requests==2.21.0", "websocket-client==0.54.0", "websockets",