From 855bf02069d7fea46489308e555f242727777a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:41:04 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /Python 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] --- Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/requirements.txt b/Python/requirements.txt index fd394c6..0f6cd0e 100644 --- a/Python/requirements.txt +++ b/Python/requirements.txt @@ -28,7 +28,7 @@ pytest==3.0.5 python-dateutil==2.6.0 python-utils==2.0.0 pytz==2016.7 -PyYAML==3.12 +PyYAML==5.4 recommonmark==0.4.0 requests==2.12.4 rsa==3.4.2