From bac1098e1a6934e73954dc6aca0366613afbad3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:04:04 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 in /services/tracker 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] --- services/tracker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/tracker/requirements.txt b/services/tracker/requirements.txt index 9adbbf28..bf7cad0b 100644 --- a/services/tracker/requirements.txt +++ b/services/tracker/requirements.txt @@ -10,7 +10,7 @@ py==1.8.0 pyparsing==2.4.2 pytest==5.1.3 pytest-asyncio==0.10.0 -PyYAML==5.1.2 +PyYAML==5.4 schematics==2.1.0 six==1.12.0 wcwidth==0.1.7