From 711cfec5268ba717f1b673f690b83730a8967182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:55:17 +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 3d899e6..0dc2bad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ lazy-object-proxy==1.3.1 mccabe==0.6.1 pycodestyle==2.3.1 pytz==2018.3 -PyYAML==3.12 +PyYAML==5.4 singledispatch==3.4.0.3 six==1.11.0 termcolor==1.1.0 diff --git a/setup.py b/setup.py index efc6282..cec0ea5 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "mccabe==0.6.1", "pycodestyle==2.3.1", "pytz==2018.3", - "PyYAML==3.12", + "PyYAML==5.4", "singledispatch==3.4.0.3", "six==1.11.0", "termcolor==1.1.0",