From 9e256394c7ad0f9fb9661af0f21d22501cb6eca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 17 May 2019 21:35:28 +0000 Subject: [PATCH] chore(deps): update pyyaml requirement from ~=4.2b1 to ~=5.1 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/4.2b1...5.1) Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index f55ee5e46a..4814154381 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -55,4 +55,4 @@ SQLAlchemy>=1.3.0<2.0.0 Flask-Elasticsearch paypalrestsdk eventlet -pyyaml~=4.2b1 +pyyaml~=5.1