From eb56539c6da6858537fb6505b0c443a7eb524ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:02:17 +0000 Subject: [PATCH] Bump pyyaml from 5.1.2 to 5.4 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6890533..07d3bb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pytest-cov>=2.12.1 coverage==5.5 sphinxcontrib-websupport==1.1.2 # latest version with py 2.7 support Sphinx==1.8.5 -PyYAML==5.1.2 +PyYAML==5.4 yamldirs>=1.0.9 typing==3.6.4