From 3fe0b268a63b3df2ee9961f8245673deec9c5c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:16 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...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 7b5ec46..2158d22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Adafruit-BBIO==0.0.30 Flask==0.10.1 Jinja2==2.8 MarkupSafe==0.23 -PyYAML==3.11 +PyYAML==5.4 Werkzeug==0.10.4 argparse==1.2.1 itsdangerous==0.24 diff --git a/setup.py b/setup.py index c2508e1..588fd97 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "Flask==0.10.1", "Jinja2==2.8", "MarkupSafe==0.23", - "PyYAML==3.11", + "PyYAML==5.4", "Werkzeug==0.10.4", "argparse==1.2.1", "itsdangerous==0.24",