From f25c6027c5f83c76d80509b5100b8cc3d8f40cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:01:46 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /admin 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] --- admin/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/requirements.txt b/admin/requirements.txt index 1dc1d2f..7fb7ac3 100644 --- a/admin/requirements.txt +++ b/admin/requirements.txt @@ -12,7 +12,7 @@ py==1.8.0 pyparsing==2.4.2 pytest==5.2.0 pytest-watch==4.2.0 -PyYAML==5.1.2 +PyYAML==5.4 six==1.12.0 watchdog==0.9.0 wcwidth==0.1.7