From afae83ca573a0ca65dd0dfbb366a0c2fed762924 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:47:22 +0000 Subject: [PATCH] build(deps): bump pyyaml from 3.12 to 5.4 in /tracker 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] --- tracker/requirements.txt | 2 +- tracker/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tracker/requirements.txt b/tracker/requirements.txt index 8c091a0..ecf1abb 100644 --- a/tracker/requirements.txt +++ b/tracker/requirements.txt @@ -40,7 +40,7 @@ Pygments==2.2.0 pyparsing==2.2.0 pytest==3.5.1 pytz==2018.4 -PyYAML==3.12 +PyYAML==5.4 recommonmark==0.4.0 requests==2.18.4 rinoh-typeface-dejavuserif==0.1.1 diff --git a/tracker/setup.py b/tracker/setup.py index 858baf9..5dfb23c 100644 --- a/tracker/setup.py +++ b/tracker/setup.py @@ -48,7 +48,7 @@ "pycparser==2.18", "pyflakes==1.6.0", "pytest==3.4.1", - "PyYAML==3.12", + "PyYAML==5.4", "six==1.11.0", "tox==2.9.1", "typed-ast==1.1.0",