From 3f4ba88297e872dec7255a93ae9e0f9481ba1825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:06 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...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 318ab53..0898edc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ defusedxml==0.5.0 pytest==3.3.1 pytest-cov==2.5.1 pytest-mock==1.6.3 -PyYAML==3.12 +PyYAML==5.4 requests==2.21.0 requests-toolbelt==0.8.0 urllib3==1.24.1 diff --git a/setup.py b/setup.py index c4c8349..f4fe3ac 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'pytest==3.3.1', 'pytest-cov==2.5.1', 'pytest-mock==1.6.3', - 'PyYAML==3.12', + 'PyYAML==5.4', 'requests==2.21.0', 'requests-toolbelt==0.8.0', 'urllib3==1.24.1'