From 0bf7fa6fb6de04f81b347f59877254555ca4b32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 15:44:37 +0000 Subject: [PATCH] build(deps-dev): bump pyyaml from 3.12 to 5.1 in /requirements Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [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.1) 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 aba58807c..edcdf98cf 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.1 # Test requirements pytest>=3.0.7