From 01c6be0a549f83a83f87aca4b8dadf871234f7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:47:25 +0000 Subject: [PATCH] build(deps-dev): bump pyyaml from 3.12 to 5.4 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.4) Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index aba58807cb..0b5d30ca99 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ flake8>=3.3.0 tox>=2.2.1 pytest-cov>=2.4.0 pylint>=1.7.2 -PyYAML==3.12 +PyYAML==5.4 # Test requirements pytest>=3.0.7