From dce717848fe8ba211edb819c3fd53f36fe53d373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:59:39 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /client Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.13 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.13...5.4) Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index bc45e38..06a642e 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 idna==2.7 lib==3.0.0 pathtools==0.1.2 -PyYAML==3.13 +PyYAML==5.4 requests==2.19.1 urllib3==1.23 watchdog==0.8.3