From 17dea67f267ebc2cf90e6059e009c418017c0968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 17:37:24 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.1 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...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 9809fd1..82ab5dc 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.1 diff --git a/setup.py b/setup.py index b1b102f..26a3f8c 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.1', 'rainbow_logging_handler==2.2.2' ]