From d697dbc40c5d374bf4af6ae62340e830de921171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 10:39:25 +0000 Subject: [PATCH] Bump pyyaml from 5.1 to 5.4 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 623cc7a2..a383d6b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyYAML==5.1 +PyYAML==5.4 django==1.11.29 mistune==0.7.3 polib==1.0.3 diff --git a/setup.py b/setup.py index 4d06a593..a3ce5c22 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires = [ 'polib==1.0.3', 'mistune==0.7.3', - 'PyYAML==5.1', + 'PyYAML==5.4', 'pyparsing==2.2.0', 'lxml==4.6.2', 'beautifulsoup4==4.9.3',