From 2e08a6b5ec44a6b053667332b45eeca71d4e9366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:27 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. - [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.12...5.4) 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 9809fd1..79e2be2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ requests==2.11.1 pyOpenSSL==16.1.0 service_identity==16.0.0 rainbow_logging_handler==2.2.2 -pyyaml==3.12 +pyyaml==5.4 diff --git a/setup.py b/setup.py index b1b102f..53677c3 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'autobahn[twisted]==0.17.1', 'pyOpenSSL==16.1.0', 'service_identity==16.0.0', - 'pyyaml==3.12', + 'pyyaml==5.4', 'rainbow_logging_handler==2.2.2' ]