From f869e9f6c62eff1bb38ca0c0a90442e6271b3868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:25:26 +0000 Subject: [PATCH] Bump pyyaml from 5.2 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.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.2...5.4) Signed-off-by: dependabot[bot] --- requirements-dev27.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev27.txt b/requirements-dev27.txt index 907141a..67f1838 100644 --- a/requirements-dev27.txt +++ b/requirements-dev27.txt @@ -3,4 +3,4 @@ mkdocs-material==3.2.* # docs coverage==4.5.* # coverage requests-mock==1.5.* # tests tox==3.5.* # tests -PyYAML==5.2 # mkdocs dependency (last version to support Python 3.4) +PyYAML==5.4 # mkdocs dependency (last version to support Python 3.4)