From c9f0bf6195e51a88a843a07cd54843008361635f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:24 +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 5d6de42..cebbafa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Jinja2==2.7.3 MarkupSafe==0.23 paramiko==1.14.1 Pygments==1.6 -PyYAML==3.11 +PyYAML==5.4 Sphinx==1.2.3 SQLAlchemy==0.9.7 py==1.4.24 diff --git a/setup.py b/setup.py index eff1ecb..99a3bfa 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def run_tests(self): 'MarkupSafe==0.23', 'paramiko==1.14.1', 'Pygments==1.6', - 'PyYAML==3.11', + 'PyYAML==5.4', 'Sphinx==1.2.3', 'SQLAlchemy==0.9.7', 'py==1.4.24',