From 0fbe17f4e5c44dbfab26ec5f809caf6884ea282d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 22:58:01 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /server 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] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 5cf2b18..9537d5b 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -38,7 +38,7 @@ PyHamcrest==1.9.0 PyJWT==1.7.1 python-dateutil==2.6.1 python-slugify==1.2.4 -PyYAML==5.1.2 +PyYAML==5.4 requests==2.21.0 s3transfer==0.2.1 six==1.12.0