From 18098cc1a55dfdd6a86e36200dcd3578651f7652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:56:20 +0000 Subject: [PATCH] Bump pyyaml from 3.12 to 5.4 in /leie 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] --- leie/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leie/requirements.txt b/leie/requirements.txt index 580c62e..75b366b 100644 --- a/leie/requirements.txt +++ b/leie/requirements.txt @@ -8,7 +8,7 @@ py==1.4.34 pytest==3.1.1 pytest-cov==2.5.1 python-dateutil==2.6.0 -PyYAML==3.12 +PyYAML==5.4 requests==2.17.3 simplejson==3.11.1 six==1.10.0