From 926bf616cb4bd4ca66fd11bc746ae3086c1ac647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:09:23 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 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/5.1.2...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 d63963c..f76a573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -PyYAML==5.1.2 +PyYAML==5.4 semantic-version==2.8.2 diff --git a/setup.py b/setup.py index 8e2c678..01b783b 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ ] }, - install_requires=['PyYAML==5.1.2', 'semantic-version==2.8.2'], + install_requires=['PyYAML==5.4', 'semantic-version==2.8.2'], author="Herbert Koelman", author_email="herbert.koelman@me.com",