From cc23968c00f73ffd2fba702b7719b7e1bea5e207 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 4.2b1 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 4.2b1 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/commits/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 a5d2a37..1bf435b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Brotli==1.0.7 IPy==0.83 -PyYAML==4.2b1 +PyYAML==5.4 pytest==4.6 python-dateutil==2.6.0 diff --git a/setup.py b/setup.py index 3167678..5964e47 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ install_requires=[ 'Brotli==1.0.7', 'IPy==0.83', - 'PyYAML==4.2b1', + 'PyYAML==5.4', 'pytest==4.6', 'python-dateutil==2.6.0' ],