From d90d10244bb7b758e0152207c1d8afaac363eb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 20:27:55 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 in /Task-19-FedoraHappiness/requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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...5.4) Signed-off-by: dependabot[bot] --- Task-19-FedoraHappiness/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Task-19-FedoraHappiness/requirements/base.txt b/Task-19-FedoraHappiness/requirements/base.txt index 9225aa3..7443006 100644 --- a/Task-19-FedoraHappiness/requirements/base.txt +++ b/Task-19-FedoraHappiness/requirements/base.txt @@ -50,7 +50,7 @@ python-fedora==0.10.0 email-normalize==0.2.1 # Dependency for YAML file -pyyaml==5.1 +pyyaml==5.4 # WYSIWYG addition django-ckeditor==5.7.0