From 0b637ef192f1a52178ce7cf3197d41e755e4df04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:27:32 +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 efb082d..69d34b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyYAML==3.11 +PyYAML==5.4 diff --git a/setup.py b/setup.py index 991d18d..23ad77c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( packages=find_packages(), license="MIT", install_requires=[ - "PyYAML==3.11", + "PyYAML==5.4", ], classifiers=[ "Intended Audience :: Developers",