From ba75eaa65efe7b2f11c6dc688de5d2ff95aeb5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 07:55:37 +0000 Subject: [PATCH] Bump pyyaml from 3.13 to 5.4 in /requirements 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) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/project-min.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/project-min.txt b/requirements/project-min.txt index 44029f78c4..fbf3ea2ec6 100644 --- a/requirements/project-min.txt +++ b/requirements/project-min.txt @@ -2,6 +2,6 @@ click==3.3 Jinja2==2.10.1 livereload==2.5.1 Markdown==3.2.1 -PyYAML==3.13 +PyYAML==5.4 tornado==4.1 mdx_gh_links>=0.2