From a8a54b62c792f1b569a8e3dedfe2dc2ae401ab76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:58:35 +0000 Subject: [PATCH] Bump pyyaml from 3.11 to 5.4 in /requirements 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] --- requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/development.txt b/requirements/development.txt index 96b3e1c..b79b326 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -12,5 +12,5 @@ pbr==1.8.0 pep8==1.7.0 pycodestyle==2.3.1 pyflakes==1.5.0 -PyYAML==3.11 +PyYAML==5.4 selenium==2.53.6