From f77a8de964eafe5e9ff7fe0c2ba1ed3352ee11cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:18 +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 4074c4d..335a9f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ Jinja2==2.8 -PyYAML==3.11 +PyYAML==5.4 pymongo==3.0.2 diff --git a/setup.py b/setup.py index 602cf43..01c8430 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def run_tests(self): install_requires = [ 'Jinja2==2.8', - 'PyYAML==3.11', + 'PyYAML==5.4', 'pymongo==3.0.2', ]