From a06d210590d95b8a0e309f35b33eb81dfef10fd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:56:04 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /packages Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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.11...5.4) Signed-off-by: dependabot[bot] --- packages/travis-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/travis-requirements.txt b/packages/travis-requirements.txt index f62d6765..47a92ed3 100644 --- a/packages/travis-requirements.txt +++ b/packages/travis-requirements.txt @@ -1,4 +1,4 @@ -PyYAML==3.11 +PyYAML==5.4 beautifulsoup4==4.4.1 coverage==3.7.1 coverage-reporter==0.01