From d03a6b4050d813441a362ff3964c605d57c643f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:13:58 +0000 Subject: [PATCH] Bump pyyaml from 5.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.2 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/5.2...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 874dfa1..ec60d41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Jinja2==2.10.3 -PyYAML==5.2 +PyYAML==5.4 termcolor==1.1.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 35145c2..86ccc55 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md", "r") as fh: requires = [ 'Jinja2==2.10.3', - 'PyYAML==5.2', + 'PyYAML==5.4', 'termcolor==1.1.0', ]